Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Doc/reference/grammar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ required *not* to match). We use the ``|`` separator to mean PEG's
"ordered choice" (written as ``/`` in traditional PEG grammars). See
:pep:`617` for more details on the grammar's syntax.

.. literalinclude:: ../../Grammar/python.gram
:language: peg
.. only:: html or latex or epub or text or texinfo

.. literalinclude:: ../../Grammar/python.gram
:language: peg
Loading