[Python-checkins] cpython: Fix typo and wording

eric.araujo python-checkins at python.org
Mon Sep 19 16:10:53 CEST 2011


http://hg.python.org/cpython/rev/cd35efeb8526
changeset:   72406:cd35efeb8526
user:        Éric Araujo <merwok at netwok.org>
date:        Sun Sep 18 20:36:19 2011 +0200
summary:
  Fix typo and wording

files:
  Lib/packaging/command/install_distinfo.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/packaging/command/install_distinfo.py b/Lib/packaging/command/install_distinfo.py
--- a/Lib/packaging/command/install_distinfo.py
+++ b/Lib/packaging/command/install_distinfo.py
@@ -27,7 +27,7 @@
         ('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']

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list