Commit 264e8186 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix comment typo

parent 3fc291a1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment