mirror of
https://github.com/python/cpython.git
synced 2024-11-29 12:54:02 +08:00
Fix comment typo
This commit is contained in:
parent
3fc291a1d7
commit
264e8186d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user