Docs: Emphasize parameter name in pkgutil.iter_importers (GH-135597)

This commit is contained in:
Rafael Fontenelle 2025-06-19 09:56:43 -03:00 committed by GitHub
parent 1b969f6d57
commit ff639af8ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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