https://github.com/python/cpython/commit/73e2089ed135d38ec814e8a8ce348bf3db0607f6
commit: 73e2089ed135d38ec814e8a8ce348bf3db0607f6
branch: 3.14
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: ZeroIntensity <zintensity...@gmail.com>
date: 2025-06-21T13:07:51Z
summary:

[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 <rffontene...@users.noreply.github.com>

files:
M Doc/c-api/extension-modules.rst

diff --git a/Doc/c-api/extension-modules.rst b/Doc/c-api/extension-modules.rst
index 4c8212f2f5e7f7..3d331e6ec12f76 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.

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to