mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Docs: Emphasize parameter name in pkgutil.iter_importers
(GH-135597)
This commit is contained in:
parent
1b969f6d57
commit
ff639af8ee
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ support.
|
|||
|
||||
Yield :term:`finder` objects for the given module name.
|
||||
|
||||
If fullname contains a ``'.'``, the finders will be for the package
|
||||
containing fullname, otherwise they will be all registered top level
|
||||
If *fullname* contains a ``'.'``, the finders will be for the package
|
||||
containing *fullname*, otherwise they will be all registered top level
|
||||
finders (i.e. those on both :data:`sys.meta_path` and :data:`sys.path_hooks`).
|
||||
|
||||
If the named module is in a package, that package is imported as a side
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue