]> granicus.if.org Git - python/commitdiff
missing letter
authorBenjamin Peterson <benjamin@python.org>
Mon, 12 Nov 2012 21:48:17 +0000 (16:48 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 12 Nov 2012 21:48:17 +0000 (16:48 -0500)
Lib/importlib/_bootstrap.py

index 26d925032792dc9119e9a7450827764bb48fc9cb..888c2f5f2a13b2ed2d3dac233fd6560722fb497a 100644 (file)
@@ -1159,7 +1159,7 @@ class _NamespacePath:
     """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):