From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:02:22 +0000 (+0200) Subject: [3.14] Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597) (GH... X-Git-Tag: v3.14.0b4~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=250bb7fffd0b7270064505a3acaa025a268985ce;p=thirdparty%2FPython%2Fcpython.git [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 ff639af8eee11e7ca09999b2724bc10652a00e5d) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/library/pkgutil.rst b/Doc/library/pkgutil.rst index 20b8f6bcf191..47d24b6f7d06 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