[Python-checkins] peps: Typo. Thanks Terry Reedy.

eric.smith python-checkins at python.org
Wed May 2 18:56:14 CEST 2012


http://hg.python.org/peps/rev/1bc475324033
changeset:   4348:1bc475324033
user:        Eric V. Smith <eric at trueblade.com>
date:        Wed May 02 12:56:07 2012 -0400
summary:
  Typo. Thanks Terry Reedy.

files:
  pep-0420.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0420.txt b/pep-0420.txt
--- a/pep-0420.txt
+++ b/pep-0420.txt
@@ -138,7 +138,7 @@
  * 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

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list