8000 Docs: Remove unnecessary trailing backslashes (GH-135781) · miss-islington/cpython@08b569f · GitHub
[go: up one dir, main page]

Skip to content

Commit 08b569f

Browse files
rffontenellemiss-islington
authored andcommitted
Docs: Remove unnecessary trailing backslashes (pythonGH-135781)
This fixes Sphinx's gettext extraction for translations. (cherry picked from commit 6a16b3c) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
1 parent 2b5c904 commit 08b569f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/extension-modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,6 @@ in the following ways:
242242
* Single-phase modules support module lookup functions like
243243
:c:func:`PyState_FindModule`.
244244

245-
.. [#testsinglephase] ``_testsinglephase`` is an internal module used \
246-
in CPython's self-test suite; your installation may or may not \
245+
.. [#testsinglephase] ``_testsinglephase`` is an internal module used
246+
in CPython's self-test suite; your installation may or may not
247247
include it.

0 commit comments

Comments
 (0)
0