]> granicus.if.org Git - python/commitdiff
Typo.
authorEric Smith <eric@trueblade.com>
Tue, 11 Jan 2011 10:24:34 +0000 (10:24 +0000)
committerEric Smith <eric@trueblade.com>
Tue, 11 Jan 2011 10:24:34 +0000 (10:24 +0000)
Lib/test/support.py

index 3d1d0f11eefc4d9a6b6f3b2fdf3117b7cd847532..500e215f76c3e8d8585826baa2e6761806e7a64b 100644 (file)
@@ -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).