summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/compiler/__init__.py2
1 files changed, 1 insertions, 1 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