[Python-checkins] r85936 - python/branches/py3k/Lib/test/regrtest.py

antoine.pitrou python-checkins at python.org
Fri Oct 29 21:36:37 CEST 2010


Author: antoine.pitrou
Date: Fri Oct 29 21:36:37 2010
New Revision: 85936

Log:
Fix typo



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

Modified: python/branches/py3k/Lib/test/regrtest.py
==============================================================================
--- python/branches/py3k/Lib/test/regrtest.py	(original)
+++ python/branches/py3k/Lib/test/regrtest.py	Fri Oct 29 21:36:37 2010
@@ -982,7 +982,7 @@
 
     # First kill any dangling references to open files etc.
     # This can also issue some ResourceWarnings which would otherwise get
-    # triggered during the following test run, and possible produce failures.
+    # triggered during the following test run, and possibly produce failures.
     gc.collect()
 
     # Try to clean up junk commonly left behind.  While tests shouldn't leave


More information about the Python-checkins mailing list