diff options
Diffstat (limited to 'InternalDocs/parser.md')
-rw-r--r-- | InternalDocs/parser.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/InternalDocs/parser.md b/InternalDocs/parser.md index a0c70b4..348988b 100644 --- a/InternalDocs/parser.md +++ b/InternalDocs/parser.md @@ -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 [Changing CPython's grammar](./changing_grammar.md) +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 |