]> granicus.if.org Git - python/commitdiff
Fix comment typo
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 27 Sep 2001 04:18:36 +0000 (04:18 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 27 Sep 2001 04:18:36 +0000 (04:18 +0000)
Lib/compiler/__init__.py

index 97d9c76dc0cf3be39dc9c6d5052df13f6b8dd8fb..1267b0c780956e4651b6cb4cb5b42c57130077b7 100644 (file)
@@ -18,7 +18,7 @@ compile(source, filename, mode, flags=None, dont_inherit=None)
     Returns a code object.  A replacement for the builtin compile() function. 
 
 compileFile(filename)
-    Generates a .pyc file by compilining filename.
+    Generates a .pyc file by compiling filename.
 """
 
 from transformer import parse, parseFile