]> granicus.if.org Git - python/commitdiff
Fix typo in option name
authorÉric Araujo <merwok@netwok.org>
Sat, 11 Sep 2010 15:28:56 +0000 (15:28 +0000)
committerÉric Araujo <merwok@netwok.org>
Sat, 11 Sep 2010 15:28:56 +0000 (15:28 +0000)
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]"),
         ]