We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e03ff2 commit b908295Copy full SHA for b908295
InternalDocs/parser.md
@@ -17,7 +17,7 @@ Therefore, changes to the Python language are made by modifying the
17
[grammar file](../Grammar/python.gram).
18
Developers rarely need to modify the generator itself.
19
20
-See the devguide's [Changing CPython's grammar](https://devguide.python.org/developer-workflow/grammar/#grammar)
+See [Changing CPython's grammar](./changing_grammar.md)
21
for a detailed description of the grammar and the process for changing it.
22
23
How PEG parsers work
0 commit comments