diff options
author | Éric Araujo <merwok@netwok.org> | 2010-09-11 15:28:56 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-09-11 15:28:56 (GMT) |
commit | e861598dcbe63bca1f71188a8ddbcbe2e100332f (patch) | |
tree | 0b5e6542c0224110057e4b1584b802b56f36a763 /Lib/distutils/command | |
parent | ca6525afba27f71deb4ce87bbdf54b5db010ef0e (diff) | |
download | cpython-e861598dcbe63bca1f71188a8ddbcbe2e100332f.zip cpython-e861598dcbe63bca1f71188a8ddbcbe2e100332f.tar.gz cpython-e861598dcbe63bca1f71188a8ddbcbe2e100332f.tar.bz2 |
Fix typo in option name
Diffstat (limited to 'Lib/distutils/command')
-rw-r--r-- | Lib/distutils/command/sdist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/sdist.py b/Lib/distutils/command/sdist.py index 818a452..1118060 100644 --- a/Lib/distutils/command/sdist.py +++ b/Lib/distutils/command/sdist.py @@ -73,7 +73,7 @@ class sdist(Command): ('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]"), ] |