mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
Merge typo fix with 3.3.
This commit is contained in:
commit
353af2902c
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ ABC hierarchy::
|
||||||
|
|
||||||
An abstract method for finding a :term:`loader` for the specified
|
An abstract method for finding a :term:`loader` for the specified
|
||||||
module. If this is a top-level import, *path* will be ``None``.
|
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
|
will be the value of :attr:`__path__` from the parent
|
||||||
package. If a loader cannot be found, ``None`` is returned.
|
package. If a loader cannot be found, ``None`` is returned.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue