]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Jun 2025 13:04:46 +0000 (15:04 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Jun 2025 13:04:46 +0000 (13:04 +0000)
Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597)
(cherry picked from commit ff639af8eee11e7ca09999b2724bc10652a00e5d)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/library/pkgutil.rst

index 4a39d53a5f144091ad4ce4e20bad3f652ad96a8a..b17a317244da9e65e97a6d417cdec64d03af60f5 100644 (file)
@@ -109,8 +109,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