diff options
author | Eric Smith <eric@trueblade.com> | 2011-01-11 10:24:34 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2011-01-11 10:24:34 (GMT) |
commit | a3e8f3d85fc0ae6c6f5981c3f9fc34b6d61ea49c (patch) | |
tree | c64e72bd40158aa86fb7756bfcdbf57eebc60e88 /Lib/test/support.py | |
parent | 90be5fb8175705320c8d2cdabb35292a40257cf7 (diff) | |
download | cpython-a3e8f3d85fc0ae6c6f5981c3f9fc34b6d61ea49c.zip cpython-a3e8f3d85fc0ae6c6f5981c3f9fc34b6d61ea49c.tar.gz cpython-a3e8f3d85fc0ae6c6f5981c3f9fc34b6d61ea49c.tar.bz2 |
Typo.
Diffstat (limited to 'Lib/test/support.py')
-rw-r--r-- | Lib/test/support.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/support.py b/Lib/test/support.py index 3d1d0f1..500e215 100644 --- a/Lib/test/support.py +++ b/Lib/test/support.py @@ -1200,7 +1200,7 @@ def modules_cleanup(oldmodules): sys.modules.clear() sys.modules.update(encodings) # XXX: This kind of problem can affect more than just encodings. In particular - # extension modules (such as _ssl) don't cope with releoding properly. + # extension modules (such as _ssl) don't cope with reloading properly. # Really, test modules should be cleaning out the test specific modules they # know they added (ala test_runpy) rather than relying on this function (as # test_importhooks and test_pkg do currently). |