Fix comment typo

This commit is contained in:
Andrew M. Kuchling 2001-09-27 04:18:36 +00:00
parent 3fc291a1d7
commit 264e8186d5
1 changed files with 1 additions and 1 deletions

View 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