Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f67e80

Browse files
committed
Fix typo.
1 parent b24d3cf commit 1f67e80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ ABC hierarchy::
162162

163163
An abstract method for finding a :term:`loader` for the specified
164164
module. If this is a top-level import, *path* will be ``None``.
165-
Otheriwse, this is a search for a subpackage or module and *path*
165+
Otherwise, this is a search for a subpackage or module and *path*
166166
will be the value of :attr:`__path__` from the parent
167167
package. If a loader cannot be found, ``None`` is returned.
168168

0 commit comments

Comments
 (0)