mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
Fix typo in option name
This commit is contained in:
parent
ca6525afba
commit
e861598dcb
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ def checking_metadata(self):
|
|||
('dist-dir=', 'd',
|
||||
"directory to put the source distribution archive(s) in "
|
||||
"[default: dist]"),
|
||||
('medata-check', None,
|
||||
('metadata-check', None,
|
||||
"Ensure that all required elements of meta-data "
|
||||
"are supplied. Warn if any missing. [default]"),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue