Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e717b commit a384f73Copy full SHA for a384f73
2 files changed
Lib/compiler/__init__.py
@@ -4,7 +4,7 @@
4
from modules contained in the package.
5
6
parse(buf) -> AST
7
- Donverts a string containing Python source code to an abstract
+ Converts a string containing Python source code to an abstract
8
syntax tree (AST). The AST is defined in compiler.ast.
9
10
parseFile(path) -> AST
Tools/compiler/compiler/__init__.py
0 commit comments