[Python-checkins] r71574 - peps/trunk/pep-0382.txt

martin.v.loewis python-checkins at python.org
Mon Apr 13 15:55:51 CEST 2009


Author: martin.v.loewis
Date: Mon Apr 13 15:55:51 2009
New Revision: 71574

Log:
Fix typo, reported by Tom Wright.


Modified:
   peps/trunk/pep-0382.txt

Modified: peps/trunk/pep-0382.txt
==============================================================================
--- peps/trunk/pep-0382.txt	(original)
+++ peps/trunk/pep-0382.txt	Mon Apr 13 15:55:51 2009
@@ -43,7 +43,7 @@
         from pkgutil import extend_path
         __path__ = extend_path(__path__, __name__)
 
-int the package's ``__init__.py``. Every distribution needs to provide
+in the package's ``__init__.py``. Every distribution needs to provide
 the same contents in its ``__init__.py``, so that extend_path is
 invoked independent of which portion of the package gets imported
 first. As a consequence, the package's ``__init__.py`` cannot


More information about the Python-checkins mailing list