diff options
-rw-r--r-- | Lib/compiler/__init__.py | 2 | ||||
-rw-r--r-- | Tools/compiler/compiler/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/compiler/__init__.py b/Lib/compiler/__init__.py index 5c65eca..13855f9 100644 --- a/Lib/compiler/__init__.py +++ b/Lib/compiler/__init__.py @@ -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 diff --git a/Tools/compiler/compiler/__init__.py b/Tools/compiler/compiler/__init__.py index 5c65eca..13855f9 100644 --- a/Tools/compiler/compiler/__init__.py +++ b/Tools/compiler/compiler/__init__.py @@ -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 |