diff options
author | Eric V. Smith <eric@trueblade.com> | 2011-03-15 04:16:42 -0400 |
---|---|---|
committer | Eric V. Smith <eric@trueblade.com> | 2011-03-15 04:16:42 -0400 |
commit | 2e3112f12032b2972044a5d07acaef32823997a0 (patch) | |
tree | 2e5151344fbc3ef1dfd509859c8ec3be3022a764 | |
parent | 58e317ba921bf5f9ce18fcf561a11e9b5bd6914c (diff) | |
download | cpython-git-2e3112f12032b2972044a5d07acaef32823997a0.tar.gz |
Typo.
-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 ec6730e9ba..dca5685ea9 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 |