Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit debf64c

Browse files
committed
missing letter
1 parent 6df5cae commit debf64c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/importlib/_bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ class _NamespacePath:
11591159
"""Represents a namespace package's path. It uses the module name
11601160
to find its parent module, and from there it looks up the parent's
11611161
__path__. When this changes, the module's own path is recomputed,
1162-
using path_finder. For top-leve modules, the parent module's path
1162+
using path_finder. For top-level modules, the parent module's path
11631163
is sys.path."""
11641164

11651165
def __init__(self, name, path, path_finder):

0 commit comments

Comments
 (0)