mirror of https://github.com/python/cpython
Typo.
This commit is contained in:
parent
58e317ba92
commit
2e3112f120
|
@ -51,7 +51,7 @@ class TestImporter:
|
||||||
|
|
||||||
def __init__(self, path=test_path):
|
def __init__(self, path=test_path):
|
||||||
if path != test_path:
|
if path != test_path:
|
||||||
# if out class is on sys.path_hooks, we must raise
|
# if our class is on sys.path_hooks, we must raise
|
||||||
# ImportError for any path item that we can't handle.
|
# ImportError for any path item that we can't handle.
|
||||||
raise ImportError
|
raise ImportError
|
||||||
self.path = path
|
self.path = path
|
||||||
|
|
Loading…
Reference in New Issue