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

65F8
Skip to content

Commit ff639af

Browse files
authored
Docs: Emphasize parameter name in pkgutil.iter_importers (pythonGH-135597)
1 parent 1b969f6 commit ff639af

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