]> granicus.if.org Git - python/commitdiff
Merged revisions 84711 via svnmerge from
authorÉric Araujo <merwok@netwok.org>
Sat, 11 Sep 2010 15:30:19 +0000 (15:30 +0000)
committerÉric Araujo <merwok@netwok.org>
Sat, 11 Sep 2010 15:30:19 +0000 (15:30 +0000)
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
........

Lib/distutils/command/sdist.py

index 818a45260d16be08df72d4d74ef596d84f808155..1118060cbb98bfa1499cdd7696485f4276327f31 100644 (file)
@@ -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]"),
         ]