This commit is contained in:
Jeremy Hylton 2001-04-09 04:23:55 +00:00
parent f0e717bdb1
commit a384f737cc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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