mirror of
https://github.com/python/cpython.git
synced 2025-09-19 15:10:58 +00:00
missing letter
This commit is contained in:
parent
6df5cae49a
commit
debf64ce2b
1 changed files with 1 additions and 1 deletions
|
@ -1159,7 +1159,7 @@ class _NamespacePath:
|
||||||
"""Represents a namespace package's path. It uses the module name
|
"""Represents a namespace package's path. It uses the module name
|
||||||
to find its parent module, and from there it looks up the parent's
|
to find its parent module, and from there it looks up the parent's
|
||||||
__path__. When this changes, the module's own path is recomputed,
|
__path__. When this changes, the module's own path is recomputed,
|
||||||
using path_finder. For top-leve modules, the parent module's path
|
using path_finder. For top-level modules, the parent module's path
|
||||||
is sys.path."""
|
is sys.path."""
|
||||||
|
|
||||||
def __init__(self, name, path, path_finder):
|
def __init__(self, name, path, path_finder):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue