summaryrefslogtreecommitdiff
path: root/Lib/packaging/command/install_distinfo.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-18 20:36:19 +0200
committerÉric Araujo <merwok@netwok.org>2011-09-18 20:36:19 +0200
commit3ccbf4e3ac7712cec22c2a1ea031a90a7bd3b911 (patch)
treed0d19bf0caaff735c95ababd515e2012e8539737 /Lib/packaging/command/install_distinfo.py
parentba8ce843496a7f51ede336a3223dd83f535e76c0 (diff)
downloadcpython-3ccbf4e3ac7712cec22c2a1ea031a90a7bd3b911.tar.gz
Fix typo and wording
Diffstat (limited to 'Lib/packaging/command/install_distinfo.py')
-rw-r--r--Lib/packaging/command/install_distinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/packaging/command/install_distinfo.py b/Lib/packaging/command/install_distinfo.py
index e85aaf7965..39ad960df4 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']