]> granicus.if.org Git - python/commitdiff
Fix a doc typo.
authorBrett Cannon <bcannon@gmail.com>
Mon, 16 Mar 2009 22:30:11 +0000 (22:30 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 16 Mar 2009 22:30:11 +0000 (22:30 +0000)
Doc/library/importlib.rst

index caf0e7897e9664eba2449aea8934eb0bcde9f8ed..34e6b2a011b85a6e4a1e1cd62e27a9a3f4040322 100644 (file)
@@ -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
         module should be used and reloaded.
         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
         must be removed by the loader from :data:`sys.modules`; modules already
         in :data:`sys.modules` before the loader began execution should be left