From 35c1b34b16cf81d91cd8968e5f46633bcc22a1c9 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sat, 25 Oct 2025 22:52:22 +0200 Subject: [PATCH] Fix two missing underscores. Next release of sphinx-lint will spot that. --- peps/pep-0630.rst | 2 +- peps/pep-0677.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0630.rst b/peps/pep-0630.rst index 21d1848c53a..2ffbec727ed 100644 --- a/peps/pep-0630.rst +++ b/peps/pep-0630.rst @@ -401,7 +401,7 @@ Please refer to the `documentation `__ of `Py_TPFLAGS_HAVE_GC `__ and `tp_traverse -` +`_ for additional considerations. If your traverse function delegates to the ``tp_traverse`` of its base class diff --git a/peps/pep-0677.rst b/peps/pep-0677.rst index 95bd6c43ce1..7b44dd11e36 100644 --- a/peps/pep-0677.rst +++ b/peps/pep-0677.rst @@ -427,7 +427,7 @@ The proposed new syntax can be described by these AST changes to `Parser/Python. Here are our proposed changes to the `Python Grammar -`:: +`_:: expression: | disjunction disjunction 'else' expression