[Python-checkins] r87926 - python/branches/py3k/Lib/test/support.py

eric.smith python-checkins at python.org
Tue Jan 11 11:24:34 CET 2011


Author: eric.smith
Date: Tue Jan 11 11:24:34 2011
New Revision: 87926

Log:
Typo.

Modified:
   python/branches/py3k/Lib/test/support.py

Modified: python/branches/py3k/Lib/test/support.py
==============================================================================
--- python/branches/py3k/Lib/test/support.py	(original)
+++ python/branches/py3k/Lib/test/support.py	Tue Jan 11 11:24:34 2011
@@ -1200,7 +1200,7 @@
     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).


More information about the Python-checkins mailing list