Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24d3cf commit 1f67e80Copy full SHA for 1f67e80
1 file changed
Doc/library/importlib.rst
@@ -162,7 +162,7 @@ ABC hierarchy::
162
163
An abstract method for finding a :term:`loader` for the specified
164
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*
+ Otherwise, this is a search for a subpackage or module and *path*
166
will be the value of :attr:`__path__` from the parent
167
package. If a loader cannot be found, ``None`` is returned.
168
0 commit comments