diff --git a/pep-0617.rst b/pep-0617.rst index 66db5853e..f25da37a5 100644 --- a/pep-0617.rst +++ b/pep-0617.rst @@ -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 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 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