From d7ad5039cbbfee6f1927f7c4f8085293c06fc5ec Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Tue, 23 May 2000 01:55:16 +0000 Subject: [PATCH] Fixed command description. --- Lib/distutils/command/install_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/distutils/command/install_lib.py b/Lib/distutils/command/install_lib.py index 5b3d77a399..e9cd80db35 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"), -- 2.40.0