From: Fred Drake Date: Tue, 4 Mar 2008 21:14:04 +0000 (+0000) Subject: fix typo X-Git-Tag: v2.6a2~395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a28df13a9db456d4db936695d240b8fbc77c889f;p=python fix typo --- diff --git a/Lib/compileall.py b/Lib/compileall.py index b21d95f82c..a5c82a33b0 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