diff options
Diffstat (limited to 'Lib/distutils/command/register.py')
-rw-r--r-- | Lib/distutils/command/register.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/register.py b/Lib/distutils/command/register.py index 29b76cbfd9..e4a379939b 100644 --- a/Lib/distutils/command/register.py +++ b/Lib/distutils/command/register.py @@ -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' |