8000 gh-126509: Update link to CPython's grammar docs in InternalDocs/pars… · python/cpython@b908295 · GitHub
[go: up one dir, main page]

Skip to content

Commit b908295

Browse files
gh-126509: Update link to CPython's grammar docs in InternalDocs/parser.md (#126510)
1 parent 6e03ff2 commit b908295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Therefore, changes to the Python language are made by modifying the
1717
[grammar file](../Grammar/python.gram).
1818< 63B6 /code>
Developers rarely need to modify the generator itself.
1919

20-
See the devguide's [Changing CPython's grammar](https://devguide.python.org/developer-workflow/grammar/#grammar)
20+
See [Changing CPython's grammar](./changing_grammar.md)
2121
for a detailed description of the grammar and the process for changing it.
2222

2323
How PEG parsers work

0 commit comments

Comments
 (0)
0