diff --git a/Doc/extending/extending.rst b/Doc/extending/extending.rst index eae48e8af9c..e7c3f335d25 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