]> granicus.if.org Git - python/commitdiff
typo
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 9 Apr 2001 04:23:55 +0000 (04:23 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 9 Apr 2001 04:23:55 +0000 (04:23 +0000)
Lib/compiler/__init__.py
Tools/compiler/compiler/__init__.py

index 5c65ecae40f334c50577d761b19ca61cf44aafe1..13855f948f50f6c9581296bb7630cadf08770db1 100644 (file)
@@ -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
index 5c65ecae40f334c50577d761b19ca61cf44aafe1..13855f948f50f6c9581296bb7630cadf08770db1 100644 (file)
@@ -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