8000 Exclude include in `reference/grammar.rst` in gettext builds by StanFromIreland · Pull Request #133868 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Exclude include in reference/grammar.rst in gettext builds #133868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Un-simplify
  • Loading branch information
StanFromIreland authored May 11, 2025
commit f55674e6b5519494fa11075a0ea3c7467aefe8b8
2 changes: 1 addition & 1 deletion Doc/reference/grammar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +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.

.. only:: not gettext
.. only:: html or latex or epub

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