Typo. Thanks Terry Reedy.

This commit is contained in:
Eric V. Smith 2012-05-02 12:56:07 -04:00
parent b73389cf8c
commit cc6bf370ed
1 changed files with 1 additions and 1 deletions

View File

@ -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