]> granicus.if.org Git - python/commitdiff
Minor improvement: add indication that the main function goes on.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 11:14:10 +0000 (13:14 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 11:14:10 +0000 (13:14 +0200)
Doc/extending/extending.rst

index 792586d9364fd0512cb2a0a8739e3278838ea8c1..97c6d03e1748b3933789c42dd4222461890cc109 100644 (file)
@@ -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.