diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-04-09 04:23:55 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-04-09 04:23:55 (GMT) |
commit | a384f737cc4f7cd90b5e2df8ac99d458522be156 (patch) | |
tree | e0b7557562d29ef6292581449ab73b45c92e99e7 | |
parent | f0e717bdb1729ba93f8f2524962ee95ab1d7d425 (diff) | |
download | cpython-a384f737cc4f7cd90b5e2df8ac99d458522be156.zip cpython-a384f737cc4f7cd90b5e2df8ac99d458522be156.tar.gz cpython-a384f737cc4f7cd90b5e2df8ac99d458522be156.tar.bz2 |
typo
-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 |