Typo fix.

This commit is contained in:
Greg Ward 2000-09-06 02:06:27 +00:00
parent 54589d4d97
commit 6a2035d76b
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ class build_py (Command):
user_options = [
('build-lib=', 'd', "directory to \"build\" (copy) to"),
('force', 'f', "forcibly build everything (ignore file timestamps"),
('force', 'f', "forcibly build everything (ignore file timestamps)"),
]