8000 Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597) · miss-islington/cpython@983923e · GitHub
[go: up one dir, main page]

Skip to content

Commit 983923e

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 <rffontenelle@users.noreply.github.com>
1 parent 53b36e0 commit 983923e

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
@@ -69,8 +69,8 @@ support.
6969

7070
Yield :term:`finder` objects for the given module name.
7171

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

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

0 commit comments

Comments
 (0)
0