aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Doc/c-api/extension-modules.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/c-api/extension-modules.rst')
-rw-r--r--Doc/c-api/extension-modules.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/c-api/extension-modules.rst b/Doc/c-api/extension-modules.rst
index 4c8212f2f5e..3d331e6ec12 100644
--- a/Doc/c-api/extension-modules.rst
+++ b/Doc/c-api/extension-modules.rst
@@ -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.