From: Benjamin Peterson Date: Mon, 12 Nov 2012 21:48:17 +0000 (-0500) Subject: missing letter X-Git-Tag: v3.3.1rc1~640 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=debf64ce2b3396322711be3b13a7da36ab0fa564;p=python missing letter --- diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py index 26d9250327..888c2f5f2a 100644 --- a/Lib/importlib/_bootstrap.py +++ b/Lib/importlib/_bootstrap.py @@ -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):