mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
Fix typo.
This commit is contained in:
parent
da4fabac87
commit
a0b6a49583
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ abstract syntax tree from Python source code and to generate Python
|
|||
|
||||
The :mod:`compiler` package is a Python source to bytecode translator written in
|
||||
Python. It uses the built-in parser and standard :mod:`parser` module to
|
||||
generated a concrete syntax tree. This tree is used to generate an abstract
|
||||
generate a concrete syntax tree. This tree is used to generate an abstract
|
||||
syntax tree (AST) and then Python bytecode.
|
||||
|
||||
The full functionality of the package duplicates the built-in compiler provided
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue