Skip to content

Commit bcc9579

Browse files
SnoopJlysnikolaou
andauthored
bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
1 parent 7f82f22 commit bcc9579

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/reference/grammar.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ In particular, ``&`` followed by a symbol, token or parenthesized
1313
group indicates a positive lookahead (i.e., is required to match but
1414
not consumed), while ``!`` indicates a negative lookahead (i.e., is
1515
required _not_ to match). We use the ``|`` separator to mean PEG's
16-
"ordered choice" (written as ``/`` in traditional PEG grammars).
16+
"ordered choice" (written as ``/`` in traditional PEG grammars). See
17+
:pep:`617` for more details on the grammar's syntax.
1718

1819
.. literalinclude:: ../../Grammar/python.gram
1920
:language: peg

0 commit comments

Comments
 (0)