From: Greg Ward Date: Tue, 23 May 2000 01:55:16 +0000 (+0000) Subject: Fixed command description. X-Git-Tag: v2.0b1~1701 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7ad5039cbbfee6f1927f7c4f8085293c06fc5ec;p=thirdparty%2FPython%2Fcpython.git Fixed command description. --- diff --git a/Lib/distutils/command/install_lib.py b/Lib/distutils/command/install_lib.py index 5b3d77a3995a..e9cd80db3537 100644 --- a/Lib/distutils/command/install_lib.py +++ b/Lib/distutils/command/install_lib.py @@ -8,7 +8,7 @@ from distutils.util import copy_tree class install_lib (Command): - description = "install pure Python modules" + description = "install all Python modules (extensions and pure Python)" user_options = [ ('install-dir=', 'd', "directory to install to"),