gh-126509: Update link to CPython's grammar docs in InternalDocs/parser.md (#126510)

This commit is contained in:
Valerii 2024-11-07 03:11:48 +05:00 committed by GitHub
parent 6e03ff2419
commit b9082958ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Therefore, changes to the Python language are made by modifying the
[grammar file](../Grammar/python.gram).
Developers rarely need to modify the generator itself.
See the devguide's [Changing CPython's grammar](https://devguide.python.org/developer-workflow/grammar/#grammar)
See [Changing CPython's grammar](./changing_grammar.md)
for a detailed description of the grammar and the process for changing it.
How PEG parsers work