]> granicus.if.org Git - python/commitdiff
fix typo
authorFred Drake <fdrake@acm.org>
Tue, 4 Mar 2008 21:14:04 +0000 (21:14 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 4 Mar 2008 21:14:04 +0000 (21:14 +0000)
Lib/compileall.py

index b21d95f82c94ac092444ce6e930a753d1b81aebd..a5c82a33b07859096dbada8ff4b3ea857ccd9de0 100644 (file)
@@ -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