]> granicus.if.org Git - python/commitdiff
Typo.
authorEric V. Smith <eric@trueblade.com>
Tue, 15 Mar 2011 08:16:42 +0000 (04:16 -0400)
committerEric V. Smith <eric@trueblade.com>
Tue, 15 Mar 2011 08:16:42 +0000 (04:16 -0400)
Lib/test/test_importhooks.py

index ec6730e9ba3921ba4f6eee0e06e8d94b644f9d3c..dca5685ea9d023bab26ef59b53bffbce3ba43080 100644 (file)
@@ -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