summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-04-09 04:23:55 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2001-04-09 04:23:55 +0000
commit3493f9a6e6b3b1d2f9b74f30bdc5e047095d8ff9 (patch)
tree2d7517529e3825bbcb5083da91895dfbb16ef762 /Tools
parenta92625a9440b76e60dab6d034dbb47c10c375199 (diff)
downloadcpython-3493f9a6e6b3b1d2f9b74f30bdc5e047095d8ff9.tar.gz
typo
Diffstat (limited to 'Tools')
-rw-r--r--Tools/compiler/compiler/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/compiler/compiler/__init__.py b/Tools/compiler/compiler/__init__.py
index 5c65ecae40..13855f948f 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