Commit 763d7a16 authored by Éric Araujo's avatar Éric Araujo

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
........
parent 00e929b7
...@@ -73,7 +73,7 @@ class sdist(Command): ...@@ -73,7 +73,7 @@ class sdist(Command):
('dist-dir=', 'd', ('dist-dir=', 'd',
"directory to put the source distribution archive(s) in " "directory to put the source distribution archive(s) in "
"[default: dist]"), "[default: dist]"),
('medata-check', None, ('metadata-check', None,
"Ensure that all required elements of meta-data " "Ensure that all required elements of meta-data "
"are supplied. Warn if any missing. [default]"), "are supplied. Warn if any missing. [default]"),
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment