mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Docs: Remove unnecessary trailing backslashes (GH-135781)
This fixes Sphinx's gettext extraction for translations.
This commit is contained in:
parent
d08b4b2333
commit
6a16b3c440
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue