Kaydet (Commit) 264e8186 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix comment typo

üst 3fc291a1
...@@ -18,7 +18,7 @@ compile(source, filename, mode, flags=None, dont_inherit=None) ...@@ -18,7 +18,7 @@ compile(source, filename, mode, flags=None, dont_inherit=None)
Returns a code object. A replacement for the builtin compile() function. Returns a code object. A replacement for the builtin compile() function.
compileFile(filename) compileFile(filename)
Generates a .pyc file by compilining filename. Generates a .pyc file by compiling filename.
""" """
from transformer import parse, parseFile 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