[Python-3000-checkins] r57310 - python/branches/py3k/Doc/library/xmlrpclib.rst

guido.van.rossum python-3000-checkins at python.org
Thu Aug 23 04:13:35 CEST 2007


Author: guido.van.rossum
Date: Thu Aug 23 04:13:35 2007
New Revision: 57310

Modified:
   python/branches/py3k/Doc/library/xmlrpclib.rst
Log:
Correction to the xmlrpc docs by John Reese and Jacques Frechet.


Modified: python/branches/py3k/Doc/library/xmlrpclib.rst
==============================================================================
--- python/branches/py3k/Doc/library/xmlrpclib.rst	(original)
+++ python/branches/py3k/Doc/library/xmlrpclib.rst	Thu Aug 23 04:13:35 2007
@@ -305,7 +305,7 @@
 
 .. attribute:: ProtocolError.headers
 
-   A string containing the headers of the HTTP/HTTPS request that triggered the
+   A dict containing the headers of the HTTP/HTTPS request that triggered the
    error.
 
 


More information about the Python-3000-checkins mailing list