From cc06ad187dd2cc92e710f00e84b31a38e8f5c7d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Sun, 18 Sep 2011 20:36:19 +0200 Subject: [PATCH] Fix typo and wording --- Lib/packaging/command/install_distinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']