[Zope3-checkins] SVN: zope.testing/trunk/src/zope/testing/testrunner.py Fix some editor accident in a docstring.

Marius Gedminas marius at pov.lt
Sat Jul 14 18:05:05 EDT 2007


Log message for revision 77985:
  Fix some editor accident in a docstring.
  
  

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	2007-07-14 22:04:21 UTC (rev 77984)
+++ zope.testing/trunk/src/zope/testing/testrunner.py	2007-07-14 22:05:04 UTC (rev 77985)
@@ -705,7 +705,7 @@
         """Report a doctest failure.
 
         ``formatted_failure`` is a string -- that's what
-        DocTestSuite/DocFileSute
+        DocTestSuite/DocFileSuite gives us.
         """
         color_of_indented_text = 'normal'
         colorize_diff = False



More information about the Zope3-Checkins mailing list