diff options
author | Fred Drake <fdrake@acm.org> | 2008-03-04 21:14:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2008-03-04 21:14:04 (GMT) |
commit | a28df13a9db456d4db936695d240b8fbc77c889f (patch) | |
tree | 590ec37484716507f32650ecdc8a3ff8ebe01094 /Lib | |
parent | a23aede562dff30b300cbc2beeb5f5ca9812d519 (diff) | |
download | cpython-a28df13a9db456d4db936695d240b8fbc77c889f.zip cpython-a28df13a9db456d4db936695d240b8fbc77c889f.tar.gz cpython-a28df13a9db456d4db936695d240b8fbc77c889f.tar.bz2 |
fix typo
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/compileall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/compileall.py b/Lib/compileall.py index b21d95f..a5c82a3 100644 --- a/Lib/compileall.py +++ b/Lib/compileall.py @@ -119,7 +119,7 @@ def main(): 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 |