From: Valerii <81074936+valerii-chirkov@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:11:48 +0000 (+0500) Subject: gh-126509: Update link to CPython's grammar docs in InternalDocs/parser.md (#126510) X-Git-Tag: v3.14.0a2~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9082958ef7dfb57d0fef745a5bf2521546a0dd6;p=thirdparty%2FPython%2Fcpython.git gh-126509: Update link to CPython's grammar docs in InternalDocs/parser.md (#126510) --- diff --git a/InternalDocs/parser.md b/InternalDocs/parser.md index 6398ba6cd283..a0c70b46087d 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 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