mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Typo.
This commit is contained in:
parent
58e317ba92
commit
2e3112f120
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class TestImporter:
|
|||
|
||||
def __init__(self, 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.
|
||||
raise ImportError
|
||||
self.path = path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue