From a9ccce3fee1fb35587ed787883ef7b4b3e66ce30 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 3 Mar 2003 18:26:01 +0000 Subject: Improve description --- Lib/distutils/command/register.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/distutils/command/register.py b/Lib/distutils/command/register.py index 29b76cb..e4a3799 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' -- cgit v0.12