summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 792586d..97c6d03 100644
--- a/Doc/extending/extending.rst
+++ b/Doc/extending/extending.rst
@@ -372,6 +372,8 @@ to :c:func:`Py_Initialize`::
/* Add a static module */
initspam();
+ ...
+
An example may be found in the file :file:`Demo/embed/demo.c` in the Python
source distribution.