diff options
-rw-r--r-- | Doc/extending/extending.rst | 2 |
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 |