Fix typo.

This commit is contained in:
Ezio Melotti 2012-10-21 07:24:13 +03:00
parent b24d3cf769
commit 1f67e80564
1 changed files with 1 additions and 1 deletions

View 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.