Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e7066 commit d0c4ef1Copy full SHA for d0c4ef1
1 file changed
Doc/reference/import.rst
@@ -459,7 +459,8 @@ import machinery will create the new module itself.
459
460
* If loading fails, the loader must remove any modules it has inserted
461
into :data:`sys.modules`, but it must remove **only** the failing
462
- module, and only if the loader itself has loaded it explicitly.
+ module(s), and only if the loader itself has loaded the module(s)
463
+ explicitly.
464
465
Module spec
466
-----------
0 commit comments