[Zope3-checkins] SVN: zope.testing/trunk/src/zope/testing/renormalizing.py fix minor typo

Fred L. Drake, Jr. fdrake at gmail.com
Wed Feb 27 11:51:47 EST 2008


Log message for revision 84340:
  fix minor typo
  

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

-=-
Modified: zope.testing/trunk/src/zope/testing/renormalizing.py
===================================================================
--- zope.testing/trunk/src/zope/testing/renormalizing.py	2008-02-27 14:40:13 UTC (rev 84339)
+++ zope.testing/trunk/src/zope/testing/renormalizing.py	2008-02-27 16:51:46 UTC (rev 84340)
@@ -14,7 +14,7 @@
 r"""Regular expression pattern normalizing output checker
 
 The pattern-normalizing output checker extends the default output checker with
-an option to normalize expected an actual output.
+an option to normalize expected and actual output.
 
 You specify a sequence of patterns and replacements.  The replacements are
 applied to the expected and actual outputs before calling the default outputs



More information about the Zope3-Checkins mailing list