diff options
author | Eric V. Smith <eric@trueblade.com> | 2011-03-15 08:16:42 (GMT) |
---|---|---|
committer | Eric V. Smith <eric@trueblade.com> | 2011-03-15 08:16:42 (GMT) |
commit | 2e3112f12032b2972044a5d07acaef32823997a0 (patch) | |
tree | 2e5151344fbc3ef1dfd509859c8ec3be3022a764 /Lib/test/test_importhooks.py | |
parent | 58e317ba921bf5f9ce18fcf561a11e9b5bd6914c (diff) | |
download | cpython-2e3112f12032b2972044a5d07acaef32823997a0.zip cpython-2e3112f12032b2972044a5d07acaef32823997a0.tar.gz cpython-2e3112f12032b2972044a5d07acaef32823997a0.tar.bz2 |
Typo.
Diffstat (limited to 'Lib/test/test_importhooks.py')
-rw-r--r-- | Lib/test/test_importhooks.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |