From: Éric Araujo Date: Sat, 11 Sep 2010 15:30:19 +0000 (+0000) Subject: Merged revisions 84711 via svnmerge from X-Git-Tag: v3.1.3rc1~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40f7e11f12590beb6486a40be8f9f60e5676c176;p=thirdparty%2FPython%2Fcpython.git Merged revisions 84711 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84711 | eric.araujo | 2010-09-11 17:28:56 +0200 (sam., 11 sept. 2010) | 2 lines 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]"), ]