summaryrefslogtreecommitdiff
path: root/py/_path/local.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/_path/local.py')
-rw-r--r--py/_path/local.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/_path/local.py b/py/_path/local.py
index c550fa2..5a785b0 100644
--- a/py/_path/local.py
+++ b/py/_path/local.py
@@ -669,7 +669,7 @@ class LocalPath(FSBase):
mod = sys.modules[modname]
if self.basename == "__init__.py":
return mod # we don't check anything as we might
- # we in a namespace package ... too icky to check
+ # be in a namespace package ... too icky to check
modfile = mod.__file__
if modfile[-4:] in ('.pyc', '.pyo'):
modfile = modfile[:-1]