https://github.com/python/cpython/commit/6a16b3c440cf9ecabecd3e90f44310e3b0765780
commit: 6a16b3c440cf9ecabecd3e90f44310e3b0765780
branch: main
author: Rafael Fontenelle <[email protected]>
committer: ZeroIntensity <[email protected]>
date: 2025-06-21T09:01:14-04:00
summary:
Docs: Remove unnecessary trailing backslashes (GH-135781)
This fixes Sphinx's gettext extraction for translations.
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 -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]