From 2e3112f12032b2972044a5d07acaef32823997a0 Mon Sep 17 00:00:00 2001 From: "Eric V. Smith" Date: Tue, 15 Mar 2011 04:16:42 -0400 Subject: Typo. --- Lib/test/test_importhooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_importhooks.py b/Lib/test/test_importhooks.py index ec6730e..dca5685 100644 --- a/Lib/test/test_importhooks.py +++ b/Lib/test/test_importhooks.py @@ -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 -- cgit v0.12