[Python-checkins] r61236 - python/trunk/Lib/compileall.py
fred.drake
python-checkins at python.org
Tue Mar 4 22:14:05 CET 2008
Author: fred.drake
Date: Tue Mar 4 22:14:04 2008
New Revision: 61236
Modified:
python/trunk/Lib/compileall.py
Log:
fix typo
Modified: python/trunk/Lib/compileall.py
==============================================================================
--- python/trunk/Lib/compileall.py (original)
+++ python/trunk/Lib/compileall.py Tue Mar 4 22:14:04 2008
@@ -119,7 +119,7 @@
print "-d destdir: purported directory name for error messages"
print " if no directory arguments, -l sys.path is assumed"
print "-x regexp: skip files matching the regular expression regexp"
- print " the regexp is search for in the full path of the file"
+ print " the regexp is searched for in the full path of the file"
sys.exit(2)
maxlevels = 10
ddir = None
More information about the Python-checkins
mailing list