[Python-checkins] peps: Fix typo

phillip.eby python-checkins at python.org
Fri Jul 22 04:26:28 CEST 2011


http://hg.python.org/peps/rev/4e80dedd1645
changeset:   3908:4e80dedd1645
user:        pje
date:        Thu Jul 21 22:25:17 2011 -0400
summary:
  Fix typo

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


diff --git a/pep-0402.txt b/pep-0402.txt
--- a/pep-0402.txt
+++ b/pep-0402.txt
@@ -434,7 +434,7 @@
 ``import foo.bar.baz`` must wait until ``foo.bar.baz`` is found before
 creating module objects for *both* ``foo`` and ``foo.bar``, and then
 create both of them together, properly setting the ``foo`` module's
-``.bar`` attrbute to point to the ``foo.bar``module.
+``.bar`` attrbute to point to the ``foo.bar`` module.
 
 In this way, pure virtual packages are never directly importable:
 an ``import foo`` or ``import foo.bar`` by itself will fail, and the

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


More information about the Python-checkins mailing list