summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-18 18:36:19 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-18 18:36:19 (GMT)
commitcc06ad187dd2cc92e710f00e84b31a38e8f5c7d1 (patch)
treefb28d2cd5e286f73180dbd3d423dd54cb1801aef /Lib
parentcc95dd81f32112b31a321d42ac676d6ec714747d (diff)
downloadcpython-cc06ad187dd2cc92e710f00e84b31a38e8f5c7d1.zip
cpython-cc06ad187dd2cc92e710f00e84b31a38e8f5c7d1.tar.gz
cpython-cc06ad187dd2cc92e710f00e84b31a38e8f5c7d1.tar.bz2
Fix typo and wording
Diffstat (limited to 'Lib')
-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 e85aaf7..39ad960 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']