Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a384f73

Browse files
committed
typo
1 parent f0e717b commit a384f73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/compiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from modules contained in the package.
55
66
parse(buf) -> AST
7-
Donverts a string containing Python source code to an abstract
7+
Converts a string containing Python source code to an abstract
88
syntax tree (AST). The AST is defined in compiler.ast.
99
1010
parseFile(path) -> AST

Tools/compiler/compiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from modules contained in the package.
55
66
parse(buf) -> AST
7-
Donverts a string containing Python source code to an abstract
7+
Converts a string containing Python source code to an abstract
88
syntax tree (AST). The AST is defined in compiler.ast.
99
1010
parseFile(path) -> AST

0 commit comments

Comments
 (0)