summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 11:15:16 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-06 11:15:16 (GMT)
commit6231e529400f3c4ad62262b40f0229535170ac3b (patch)
treea67891c8e293910d70a1a57b65c23052384a7f39 /Doc
parent7caabe09aaf6bc8e7b7653abcb7ac545d043c081 (diff)
parent49c6fc96797a2217a7a0b03740c7a9bd1eb6efd8 (diff)
downloadcpython-6231e529400f3c4ad62262b40f0229535170ac3b.zip
cpython-6231e529400f3c4ad62262b40f0229535170ac3b.tar.gz
cpython-6231e529400f3c4ad62262b40f0229535170ac3b.tar.bz2
merge with 3.3
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