From d0c4ef175bae537041595bd20a1457b533a0360a Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 7 Nov 2014 11:29:33 -0500 Subject: Issue #22242: Try to make some import-related loader details clearer. Thanks to Jon Poler for pointing this out. --- Doc/reference/import.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst index e9b7e53..dbb2e0a 100644 --- a/Doc/reference/import.rst +++ b/Doc/reference/import.rst @@ -459,7 +459,8 @@ import machinery will create the new module itself. * If loading fails, the loader must remove any modules it has inserted into :data:`sys.modules`, but it must remove **only** the failing - module, and only if the loader itself has loaded it explicitly. + module(s), and only if the loader itself has loaded the module(s) + explicitly. Module spec ----------- -- cgit v0.12