summaryrefslogtreecommitdiff
path: root/command/build_py.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-09-06 02:06:27 +0000
committerGreg Ward <gward@python.net>2000-09-06 02:06:27 +0000
commit47192a5d2460a813c4a177c8a2d27339c7fbecc1 (patch)
tree70deaabccba81a90d0fe6cea0bd1be8e7ecf5b29 /command/build_py.py
parent6d4ed7968e6a6ebde7b50b53361e180c1a1d8f2c (diff)
downloadpython-setuptools-git-47192a5d2460a813c4a177c8a2d27339c7fbecc1.tar.gz
Typo fix.
Diffstat (limited to 'command/build_py.py')
-rw-r--r--command/build_py.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/build_py.py b/command/build_py.py
index 66f50241..5fcd18e7 100644
--- a/command/build_py.py
+++ b/command/build_py.py
@@ -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)"),
]