]> granicus.if.org Git - python/commitdiff
Fix typo.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 21 Oct 2012 04:24:13 +0000 (07:24 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 21 Oct 2012 04:24:13 +0000 (07:24 +0300)
Doc/library/importlib.rst

index 04097f0db85a89efa6d57e8c4395a321f67ed02c..681f1d99cbfd1cd1888ffd6eb5313879c780143d 100644 (file)
@@ -162,7 +162,7 @@ ABC hierarchy::
 
       An abstract method for finding a :term:`loader` for the specified
       module.  If this is a top-level import, *path* will be ``None``.
-      Otheriwse, this is a search for a subpackage or module and *path*
+      Otherwise, this is a search for a subpackage or module and *path*
       will be the value of :attr:`__path__` from the parent
       package. If a loader cannot be found, ``None`` is returned.