From: Ezio Melotti Date: Sun, 21 Oct 2012 04:24:13 +0000 (+0300) Subject: Fix typo. X-Git-Tag: v3.3.1rc1~764 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f67e80564fc47312b39b84109a2457a6584ffa5;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 04097f0db85a..681f1d99cbfd 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -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.