diff --git a/pep-0420.txt b/pep-0420.txt index 682aea35b..24a5e92fd 100644 --- a/pep-0420.txt +++ b/pep-0420.txt @@ -138,7 +138,7 @@ The new namespace package: * Has a ``__file__`` attribute set to the first directory that was 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. There is no mechanism to automatically recompute the ``__path__`` if