Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44c5481

Browse files
committed
Fix a doc typo.
1 parent 7f15786 commit 44c5481

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ are also provided to help in implementing the core ABCs.
121121
If the requested module is already exists in :data:`sys.modules`, that
122122
module should be used and reloaded.
123123
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
124+
:data:`sys.modules` before any loading begins to prevent recursion from
125125
the import. If the loader inserted into a module and the load fails it
126126
must be removed by the loader from :data:`sys.modules`; modules already
127127
in :data:`sys.modules` before the loader began execution should be left

0 commit comments

Comments
 (0)