[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tests/dochttp.py Corrected typo.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Sep 1 10:04:19 EDT 2004


Log message for revision 27380:
  Corrected typo.
  


Changed:
  U   Zope3/trunk/src/zope/app/tests/dochttp.py


-=-
Modified: Zope3/trunk/src/zope/app/tests/dochttp.py
===================================================================
--- Zope3/trunk/src/zope/app/tests/dochttp.py	2004-09-01 14:03:14 UTC (rev 27379)
+++ Zope3/trunk/src/zope/app/tests/dochttp.py	2004-09-01 14:04:18 UTC (rev 27380)
@@ -91,7 +91,7 @@
                         )
 
         # We use map so as *not* to truncate at shortest input.
-        # We want an error of the numberof requests and responses
+        # We want an error if the numberof requests and responses
         # is different.
         for request, response in map(None, requests, responses):
             assert (request and response) or not (request or response)



More information about the Zope3-Checkins mailing list