]> git.ipfire.org Git - thirdparty/Python/cpython.git/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 eae48e8af9c82f251bee092d8554db4a0029098a..e7c3f335d25fc8caec8399e9562d9edaa4d25827 100644 (file)
@@ -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