summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-09-11 15:31:13 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-09-11 15:31:13 (GMT)
commit4893dfb05dbeec66618508ff2fb05e8d52cb8a6f (patch)
tree5a541fc761bf11d93f20eb5df4a8cb894f67f0c8 /Lib/distutils
parentfe08e6fc950807eb38cfbc17d5b87f4bc930fbc6 (diff)
downloadcpython-4893dfb05dbeec66618508ff2fb05e8d52cb8a6f.zip
cpython-4893dfb05dbeec66618508ff2fb05e8d52cb8a6f.tar.gz
cpython-4893dfb05dbeec66618508ff2fb05e8d52cb8a6f.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')
-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 f2d2f94..0c3b0b5 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]"),
('owner=', 'u',