[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tests/dochttp.py fix
another typo
Fred L. Drake, Jr.
fdrake at gmail.com
Wed Sep 1 10:40:28 EDT 2004
Log message for revision 27383:
fix another 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:21:51 UTC (rev 27382)
+++ Zope3/trunk/src/zope/app/tests/dochttp.py 2004-09-01 14:40:28 UTC (rev 27383)
@@ -91,7 +91,7 @@
)
# We use map so as *not* to truncate at shortest input.
- # We want an error if the numberof requests and responses
+ # We want an error if the number of 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