]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Remove unnecessary trailing backslashes (GH-135781)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Sat, 21 Jun 2025 13:01:14 +0000 (10:01 -0300)
committerGitHub <noreply@github.com>
Sat, 21 Jun 2025 13:01:14 +0000 (09:01 -0400)
This fixes Sphinx's gettext extraction for translations.

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.