Skip to content

Commit 137652a

Browse files
committed
Highlight argument names in docs text
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 6f441c4 commit 137652a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/importlib/_bootstrap_external.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,9 +1082,9 @@ def get_filename(self, fullname):
10821082
class NamespacePath:
10831083
"""Represents a namespace package's path.
10841084
1085-
It uses the module name to find its parent module, and from there it looks
1085+
It uses the module *name* to find its parent module, and from there it looks
10861086
up the parent's __path__. When this changes, the module's own path is
1087-
recomputed, using path_finder. The initial value is set to path.
1087+
recomputed, using *path_finder*. The initial value is set to *path*.
10881088
10891089
For top-level modules, the parent module's path is sys.path.
10901090
"""

0 commit comments

Comments
 (0)