Skip to content

Commit bb4d0d0

Browse files
Merge pull request #177 from jurko-gospodnetic/code-cleanup
fixed comment typo
2 parents 35b742d + 2e50b50 commit bb4d0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/_path/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ def pyimport(self, modname=None, ensuresyspath=True):
669669
mod = sys.modules[modname]
670670
if self.basename == "__init__.py":
671671
return mod # we don't check anything as we might
672-
# we in a namespace package ... too icky to check
672+
# be in a namespace package ... too icky to check
673673
modfile = mod.__file__
674674
if modfile[-4:] in ('.pyc', '.pyo'):
675675
modfile = modfile[:-1]

0 commit comments

Comments
 (0)