8000 [3.13] Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH… · python/cpython@af48f39 · GitHub
[go: up one dir, main page]

Skip to content

Commit af48f39

Browse files
[3.13] Docs: Emphasize parameter name in pkgutil.iter_importers (GH-135597) (GH-135711)
Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597) (cherry picked from commit ff639af) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
1 parent 55a34a1 commit af48f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/pkgutil.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ support.
109109

110110
Yield :term:`finder` objects for the given module name.
111111

112-
If fullname contains a ``'.'``, the finders will be for the package
113-
containing fullname, otherwise they will be all registered top level
112+
If *fullname* contains a ``'.'``, the finders will be for the package
113+
containing *fullname*, otherwise they will be all registered top level
114114
finders (i.e. those on both :data:`sys.meta_path` and :data:`sys.path_hooks`).
115115

116116
If the named module is in a package, that package is imported as a side

0 commit comments

Comments
 (0)
0