commit | 2e3112f12032b2972044a5d07acaef32823997a0 | [log] [tgz] |
---|---|---|
author | Eric V. Smith <eric@trueblade.com> | Tue Mar 15 04:16:42 2011 -0400 |
committer | Eric V. Smith <eric@trueblade.com> | Tue Mar 15 04:16:42 2011 -0400 |
tree | 2e5151344fbc3ef1dfd509859c8ec3be3022a764 | |
parent | 58e317ba921bf5f9ce18fcf561a11e9b5bd6914c [diff] |
Typo.
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 @@ 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