Kaydet (Commit) 2e3112f1 authored tarafından Eric V. Smith's avatar Eric V. Smith

Typo.

üst 58e317ba
...@@ -51,7 +51,7 @@ class TestImporter: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment