Typo. Thanks Terry Reedy.
This commit is contained in:
parent
b73389cf8c
commit
cc6bf370ed
|
@ -138,7 +138,7 @@ The new namespace package:
|
||||||
* Has a ``__file__`` attribute set to the first directory that was
|
* Has a ``__file__`` attribute set to the first directory that was
|
||||||
found during the scan, including the trailing path separator.
|
found during the scan, including the trailing path separator.
|
||||||
|
|
||||||
* Has a ``__path__`` attribute set to the list of directories there
|
* Has a ``__path__`` attribute set to the list of directories that
|
||||||
were found and recorded during the scan.
|
were found and recorded during the scan.
|
||||||
|
|
||||||
There is no mechanism to automatically recompute the ``__path__`` if
|
There is no mechanism to automatically recompute the ``__path__`` if
|
||||||
|
|
Loading…
Reference in New Issue