]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Docs: Remove unnecessary trailing backslashes (GH-135781) (GH-135791)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 Jun 2025 13:07:51 +0000 (15:07 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Jun 2025 13:07:51 +0000 (13:07 +0000)
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 <rffontenelle@users.noreply.github.com>
Doc/c-api/extension-modules.rst

index 4c8212f2f5e7f71110dcaf8261ca517194e8e50f..3d331e6ec12f76ecef8b95b4ed83e1a894bb3df2 100644 (file)
@@ -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.