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 7f15786 commit 44c5481Copy full SHA for 44c5481
1 file changed
Doc/library/importlib.rst
@@ -121,7 +121,7 @@ are also provided to help in implementing the core ABCs.
121
If the requested module is already exists in :data:`sys.modules`, that
122
module should be used and reloaded.
123
Otherwise a new module is to be created by the loader and inserted into
124
- :data:`sys.modules`before any loading begins to prevent recursion from
+ :data:`sys.modules` before any loading begins to prevent recursion from
125
the import. If the loader inserted into a module and the load fails it
126
must be removed by the loader from :data:`sys.modules`; modules already
127
in :data:`sys.modules` before the loader began execution should be left
0 commit comments