8000 [3.14] Docs: Remove unnecessary trailing backslashes (GH-135781) (GH-… · python/cpython@73e2089 · GitHub
[go: up one dir, main page]

Skip to content

Commit 73e2089

Browse files
[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 6a16b3c) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
1 parent 2b5c904 commit 73e2089

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