PEP 617: Remove redundant 'the'

This commit is contained in:
Guido van Rossum 2020-04-16 19:58:40 -07:00
parent 9c0fb2a445
commit 66f99d8cb8
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ example of a grammar with Python actions, the piece of the parser generator
that parses grammar files is bootstrapped from a meta-grammar file with that parses grammar files is bootstrapped from a meta-grammar file with
Python actions that generate the grammar tree as a result of the parsing. Python actions that generate the grammar tree as a result of the parsing.
In the specific case of the new proposed PEG grammar for the Python, having In the specific case of the new proposed PEG grammar for Python, having
actions allows to directly describe how the AST is composed in the grammar actions allows to directly describe how the AST is composed in the grammar
itself, making it more clear and maintainable. This AST generation process is itself, making it more clear and maintainable. This AST generation process is
supported by the use of some helper functions that factor out common AST supported by the use of some helper functions that factor out common AST