mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
typo
This commit is contained in:
parent
f0e717bdb1
commit
a384f737cc
@ -4,7 +4,7 @@ There are several functions defined at the top level that are imported
|
||||
from modules contained in the package.
|
||||
|
||||
parse(buf) -> AST
|
||||
Donverts a string containing Python source code to an abstract
|
||||
Converts a string containing Python source code to an abstract
|
||||
syntax tree (AST). The AST is defined in compiler.ast.
|
||||
|
||||
parseFile(path) -> AST
|
||||
|
@ -4,7 +4,7 @@ There are several functions defined at the top level that are imported
|
||||
from modules contained in the package.
|
||||
|
||||
parse(buf) -> AST
|
||||
Donverts a string containing Python source code to an abstract
|
||||
Converts a string containing Python source code to an abstract
|
||||
syntax tree (AST). The AST is defined in compiler.ast.
|
||||
|
||||
parseFile(path) -> AST
|
||||
|
Loading…
Reference in New Issue
Block a user