summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-09-11 15:30:19 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-09-11 15:30:19 (GMT)
commit40f7e11f12590beb6486a40be8f9f60e5676c176 (patch)
tree62c7961b5e98804b976ce5490387ed675ad0cc49 /Lib/distutils/command
parenta76020a5446939dd80cb376c6ea0ada4cfab0211 (diff)
downloadcpython-40f7e11f12590beb6486a40be8f9f60e5676c176.zip
cpython-40f7e11f12590beb6486a40be8f9f60e5676c176.tar.gz
cpython-40f7e11f12590beb6486a40be8f9f60e5676c176.tar.bz2
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 ........
Diffstat (limited to 'Lib/distutils/command')
-rw-r--r--Lib/distutils/command/sdist.py2
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]"),
]