From: Éric Araujo Date: Sun, 18 Sep 2011 18:36:19 +0000 (+0200) Subject: Fix typo and wording X-Git-Tag: v3.3.0a1~1524^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc06ad187dd2cc92e710f00e84b31a38e8f5c7d1;p=thirdparty%2FPython%2Fcpython.git Fix typo and wording --- diff --git a/Lib/packaging/command/install_distinfo.py b/Lib/packaging/command/install_distinfo.py index e85aaf796580..39ad960df4bd 100644 --- a/Lib/packaging/command/install_distinfo.py +++ b/Lib/packaging/command/install_distinfo.py @@ -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']