From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 21 Jun 2025 13:07:51 +0000 (+0200) Subject: [3.14] Docs: Remove unnecessary trailing backslashes (GH-135781) (GH-135791) X-Git-Tag: v3.14.0b4~121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73e2089ed135d38ec814e8a8ce348bf3db0607f6;p=thirdparty%2FPython%2Fcpython.git [3.14] Docs: Remove unnecessary trailing backslashes (GH-135781) (GH-135791) Docs: Remove unnecessary trailing backslashes (GH-135781) This fixes Sphinx's gettext extraction for translations. (cherry picked from commit 6a16b3c440cf9ecabecd3e90f44310e3b0765780) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/c-api/extension-modules.rst b/Doc/c-api/extension-modules.rst index 4c8212f2f5e7..3d331e6ec12f 100644 --- a/Doc/c-api/extension-modules.rst +++ b/Doc/c-api/extension-modules.rst @@ -242,6 +242,6 @@ in the following ways: * Single-phase modules support module lookup functions like :c:func:`PyState_FindModule`. -.. [#testsinglephase] ``_testsinglephase`` is an internal module used \ - in CPython's self-test suite; your installation may or may not \ +.. [#testsinglephase] ``_testsinglephase`` is an internal module used + in CPython's self-test suite; your installation may or may not include it.