mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Fixed command description.
This commit is contained in:
parent
5edcd90f8c
commit
d7ad5039cb
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue