Skip to content

Commit 54c17b6

Browse files
rffontenellemiss-islington
authored andcommitted
Docs: Emphasize parameter name in pkgutil.iter_importers (pythonGH-135597)
(cherry picked from commit ff639af) Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent 55a34a1 commit 54c17b6

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)