From: Jeremy Hylton Date: Mon, 9 Apr 2001 04:23:55 +0000 (+0000) Subject: typo X-Git-Tag: v2.1c1~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a384f737cc4f7cd90b5e2df8ac99d458522be156;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Lib/compiler/__init__.py b/Lib/compiler/__init__.py index 5c65ecae40f3..13855f948f50 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 5c65ecae40f3..13855f948f50 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