8000
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 53b36e0 commit 983923eCopy full SHA for 983923e
Doc/library/pkgutil.rst
@@ -69,8 +69,8 @@ support.
69
70
Yield :term:`finder` objects for the given module name.
71
72
- If fullname contains a ``'.'``, the finders will be for the package
73
- 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
74
finders (i.e. those on both :data:`sys.meta_path` and :data:`sys.path_hooks`).
75
76
If the named module is in a package, that package is imported as a side
0 commit comments