mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Typo fix.
This commit is contained in:
parent
54589d4d97
commit
6a2035d76b
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ class build_ext (Command):
|
||||||
('build-temp=', 't',
|
('build-temp=', 't',
|
||||||
"directory for temporary files (build by-products)"),
|
"directory for temporary files (build by-products)"),
|
||||||
('inplace', 'i',
|
('inplace', 'i',
|
||||||
"ignore build-lib and put compiled extensions into the source" +
|
"ignore build-lib and put compiled extensions into the source " +
|
||||||
"directory alongside your pure Python modules"),
|
"directory alongside your pure Python modules"),
|
||||||
('include-dirs=', 'I',
|
('include-dirs=', 'I',
|
||||||
"list of directories to search for header files"),
|
"list of directories to search for header files"),
|
||||||
|
|
|
@ -20,7 +20,7 @@ class build_py (Command):
|
||||||
|
|
||||||
user_options = [
|
user_options = [
|
||||||
('build-lib=', 'd', "directory to \"build\" (copy) to"),
|
('build-lib=', 'd', "directory to \"build\" (copy) to"),
|
||||||
('force', 'f', "forcibly build everything (ignore file timestamps"),
|
('force', 'f', "forcibly build everything (ignore file timestamps)"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue