summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/extending/extending.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/extending/extending.rst b/Doc/extending/extending.rst
index eae48e8..e7c3f33 100644
--- a/Doc/extending/extending.rst
+++ b/Doc/extending/extending.rst
@@ -384,6 +384,8 @@ optionally followed by an import of the module::
imports it. */
PyImport_ImportModule("spam");
+ ...
+
.. note::
Removing entries from ``sys.modules`` or importing compiled modules into