[Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/xmlrpc.py add missing word in comment

Fred L. Drake, Jr. fdrake at gmail.com
Tue Oct 5 14:10:17 EDT 2004


Log message for revision 27752:
  add missing word in comment


Changed:
  U   Zope3/trunk/src/zope/publisher/xmlrpc.py


-=-
Modified: Zope3/trunk/src/zope/publisher/xmlrpc.py
===================================================================
--- Zope3/trunk/src/zope/publisher/xmlrpc.py	2004-10-05 15:59:54 UTC (rev 27751)
+++ Zope3/trunk/src/zope/publisher/xmlrpc.py	2004-10-05 18:10:17 UTC (rev 27752)
@@ -100,7 +100,7 @@
             body = xmlrpclib.dumps(body, methodresponse=True)
         else:
             # Marshall our body as an XML-RPC response. Strings will be sent
-            # strings, integers as integers, etc. We do *not* convert
+            # as strings, integers as integers, etc.  We do *not* convert
             # everything to a string first.
             try:
                 body = xmlrpclib.dumps((body,), methodresponse=True,



More information about the Zope3-Checkins mailing list