[Python-checkins] r77869 - peps/trunk/pep-3147.txt

barry.warsaw python-checkins at python.org
Sun Jan 31 01:38:56 CET 2010


Author: barry.warsaw
Date: Sun Jan 31 01:38:55 2010
New Revision: 77869

Log:
Oops, one more.


Modified:
   peps/trunk/pep-3147.txt

Modified: peps/trunk/pep-3147.txt
==============================================================================
--- peps/trunk/pep-3147.txt	(original)
+++ peps/trunk/pep-3147.txt	Sun Jan 31 01:38:55 2010
@@ -212,7 +212,7 @@
     >>> baz.__file__
     'baz/__init__.pyc'
 
-The implementation of PEP 999 would have to ensure that the same
+The implementation of this PEP would have to ensure that the same
 directory level is returned from `__file__` as it does without the
 `pyr` directory, so that the common idiom above continues to work::
 


More information about the Python-checkins mailing list