summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/install_lib.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-05-23 01:55:16 +0000
committerGreg Ward <gward@python.net>2000-05-23 01:55:16 +0000
commitb890d6d4deb86257c6a958d4d69ff9f37b80a759 (patch)
treead94872a78fad2b4e6f34330e8b9fa6532580391 /Lib/distutils/command/install_lib.py
parentbd2c4c6ef7b52b3f64c2d2cdf719080a74b765df (diff)
downloadcpython-b890d6d4deb86257c6a958d4d69ff9f37b80a759.tar.gz
Fixed command description.
Diffstat (limited to 'Lib/distutils/command/install_lib.py')
-rw-r--r--Lib/distutils/command/install_lib.py2
1 files changed, 1 insertions, 1 deletions
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"),