[Python-checkins] distutils2: Make description of install_distinfo a trifle more accurate

tarek.ziade python-checkins at python.org
Sun Sep 19 10:20:22 CEST 2010


tarek.ziade pushed 1559604f3670 to distutils2:

http://hg.python.org/distutils2/rev/1559604f3670
changeset:   649:1559604f3670
user:        ?ric Araujo <merwok at netwok.org>
date:        Fri Aug 20 01:03:41 2010 +0200
summary:     Make description of install_distinfo a trifle more accurate
files:       src/distutils2/command/install_distinfo.py

diff --git a/src/distutils2/command/install_distinfo.py b/src/distutils2/command/install_distinfo.py
--- a/src/distutils2/command/install_distinfo.py
+++ b/src/distutils2/command/install_distinfo.py
@@ -26,7 +26,7 @@
 
 class install_distinfo(Command):
 
-    description = 'install a .dist-info directory for the distribution'
+    description = 'create a .dist-info directory for the distribution'
 
     user_options = [
         ('distinfo-dir=', None,

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


More information about the Python-checkins mailing list