[3.14] Docs: Emphasize parameter name in pkgutil.iter_importers (GH-135597) (GH-135710)

Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597)
(cherry picked from commit ff639af8ee)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-06-19 15:02:22 +02:00 committed by GitHub
parent 53b36e04d4
commit 250bb7fffd
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