mirror of https://github.com/python/cpython
gh-126509: Update link to CPython's grammar docs in InternalDocs/parser.md (#126510)
This commit is contained in:
parent
6e03ff2419
commit
b9082958ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue