mirror of
https://github.com/python/cpython.git
synced 2025-07-25 04:04:13 +00:00
Typo fix.
This commit is contained in:
parent
54589d4d97
commit
6a2035d76b
2 changed files with 2 additions and 2 deletions
|
@ -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