]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo and wording
authorÉric Araujo <merwok@netwok.org>
Sun, 18 Sep 2011 18:36:19 +0000 (20:36 +0200)
committerÉric Araujo <merwok@netwok.org>
Sun, 18 Sep 2011 18:36:19 +0000 (20:36 +0200)
Lib/packaging/command/install_distinfo.py

index e85aaf796580b62965614aa80217b68e21ba2772..39ad960df4bd150d84cb316b7e73602ffa59a9ee 100644 (file)
@@ -27,7 +27,7 @@ class install_distinfo(Command):
         ('no-record', None,
          "do not generate a RECORD file"),
         ('no-resources', None,
-         "do not generate a RESSOURCES list installed file"),
+         "do not generate a RESOURCES file"),
     ]
 
     boolean_options = ['requested', 'no-record', 'no-resources']