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.
 
 
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to