https://github.com/python/cpython/commit/ff639af8eee11e7ca09999b2724bc10652a00e5d
commit: ff639af8eee11e7ca09999b2724bc10652a00e5d
branch: main
author: Rafael Fontenelle <[email protected]>
committer: ZeroIntensity <[email protected]>
date: 2025-06-19T08:56:43-04:00
summary:

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

files:
M Doc/library/pkgutil.rst

diff --git a/Doc/library/pkgutil.rst b/Doc/library/pkgutil.rst
index 20b8f6bcf19117..47d24b6f7d06bb 100644
--- a/Doc/library/pkgutil.rst
+++ b/Doc/library/pkgutil.rst
@@ -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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to