]> granicus.if.org Git - python/commitdiff
Improve description
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 3 Mar 2003 18:26:01 +0000 (18:26 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 3 Mar 2003 18:26:01 +0000 (18:26 +0000)
Lib/distutils/command/register.py

index 29b76cbfd97ebc710ea9805929a78e57f6180826..e4a379939b876cfed6cf465aeaca79c0bf442594 100644 (file)
@@ -15,7 +15,7 @@ from distutils.errors import *
 
 class register(Command):
 
-    description = "register the distribution with the repository"
+    description = ("register the distribution with the Python package index")
 
     DEFAULT_REPOSITORY = 'http://www.python.org/pypi'