Docs: Remove unnecessary trailing backslashes (GH-135781)

This fixes Sphinx's gettext extraction for translations.
This commit is contained in:
Rafael Fontenelle 2025-06-21 10:01:14 -03:00 committed by GitHub
parent d08b4b2333
commit 6a16b3c440
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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.