[Python-checkins] cpython (merge 3.3 -> default): merge 3.3

benjamin.peterson python-checkins at python.org
Mon Nov 12 22:48:33 CET 2012


http://hg.python.org/cpython/rev/9a984c051cde
changeset:   80410:9a984c051cde
parent:      80407:3857a63cf840
parent:      80409:58d6fea0c0c7
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Nov 12 16:48:25 2012 -0500
summary:
  merge 3.3

files:
  Lib/importlib/_bootstrap.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py
--- a/Lib/importlib/_bootstrap.py
+++ b/Lib/importlib/_bootstrap.py
@@ -1159,7 +1159,7 @@
     """Represents a namespace package's path.  It uses the module name
     to find its parent module, and from there it looks up the parent's
     __path__.  When this changes, the module's own path is recomputed,
-    using path_finder.  For top-leve modules, the parent module's path
+    using path_finder.  For top-level modules, the parent module's path
     is sys.path."""
 
     def __init__(self, name, path, path_finder):

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


More information about the Python-checkins mailing list