[Zope3-checkins] SVN: zope.testing/trunk/src/zope/testing/testrunner.py Repaired grammar in new comment.

Tim Peters tim.one at comcast.net
Mon Oct 3 17:08:50 EDT 2005


Log message for revision 38730:
  Repaired grammar in new comment.
  

Changed:
  U   zope.testing/trunk/src/zope/testing/testrunner.py

-=-
Modified: zope.testing/trunk/src/zope/testing/testrunner.py
===================================================================
--- zope.testing/trunk/src/zope/testing/testrunner.py	2005-10-03 21:06:28 UTC (rev 38729)
+++ zope.testing/trunk/src/zope/testing/testrunner.py	2005-10-03 21:08:50 UTC (rev 38730)
@@ -201,8 +201,8 @@
         if hotshot is not None and options.profile:
             prof.stop()
             prof.close()
-            # We must explicitly close the handle mkstemp returned, else
-            # on Windows this dies the next around just above due to an
+            # We must explicitly close the handle mkstemp returned, else on
+            # Windows this dies the next time around just above due to an
             # attempt to unlink a still-open file.
             os.close(oshandle)
 



More information about the Zope3-Checkins mailing list