From a384f737cc4f7cd90b5e2df8ac99d458522be156 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Mon, 9 Apr 2001 04:23:55 +0000 Subject: [PATCH] typo --- Lib/compiler/__init__.py | 2 +- 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 5c65ecae40..13855f948f 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 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 -- 2.50.0