Commit 44c54819 authored by Brett Cannon's avatar Brett Cannon

Fix a doc typo.

parent 7f157864
...@@ -121,7 +121,7 @@ are also provided to help in implementing the core ABCs. ...@@ -121,7 +121,7 @@ are also provided to help in implementing the core ABCs.
If the requested module is already exists in :data:`sys.modules`, that If the requested module is already exists in :data:`sys.modules`, that
module should be used and reloaded. module should be used and reloaded.
Otherwise a new module is to be created by the loader and inserted into Otherwise a new module is to be created by the loader and inserted into
:data:`sys.modules`before any loading begins to prevent recursion from :data:`sys.modules` before any loading begins to prevent recursion from
the import. If the loader inserted into a module and the load fails it the import. If the loader inserted into a module and the load fails it
must be removed by the loader from :data:`sys.modules`; modules already must be removed by the loader from :data:`sys.modules`; modules already
in :data:`sys.modules` before the loader began execution should be left in :data:`sys.modules` before the loader began execution should be left
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment