Kaydet (Commit) a384f737 authored tarafından Jeremy Hylton's avatar Jeremy Hylton

typo

üst f0e717bd
...@@ -4,7 +4,7 @@ There are several functions defined at the top level that are imported ...@@ -4,7 +4,7 @@ There are several functions defined at the top level that are imported
from modules contained in the package. from modules contained in the package.
parse(buf) -> AST 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. syntax tree (AST). The AST is defined in compiler.ast.
parseFile(path) -> AST parseFile(path) -> AST
......
...@@ -4,7 +4,7 @@ There are several functions defined at the top level that are imported ...@@ -4,7 +4,7 @@ There are several functions defined at the top level that are imported
from modules contained in the package. from modules contained in the package.
parse(buf) -> AST 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. syntax tree (AST). The AST is defined in compiler.ast.
parseFile(path) -> AST parseFile(path) -> AST
......
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