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.
pkgutil.iter_importers
1 parent 55a34a1 commit 54c17b6Copy full SHA for 54c17b6
Doc/library/pkgutil.rst
@@ -109,8 +109,8 @@ support.
109
110
Yield :term:`finder` objects for the given module name.
111
112
- If fullname contains a ``'.'``, the finders will be for the package
113
- 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
114
finders (i.e. those on both :data:`sys.meta_path` and :data:`sys.path_hooks`).
115
116
If the named module is in a package, that package is imported as a side
0 commit comments