From: Éric Araujo Date: Sat, 11 Sep 2010 15:28:56 +0000 (+0000) Subject: Fix typo in option name X-Git-Tag: v3.2a3~317 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e861598dcbe63bca1f71188a8ddbcbe2e100332f;p=thirdparty%2FPython%2Fcpython.git Fix typo in option name --- diff --git a/Lib/distutils/command/sdist.py b/Lib/distutils/command/sdist.py index 818a45260d16..1118060cbb98 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]"), ]