From: Guido van Rossum Date: Thu, 23 Aug 2007 02:13:35 +0000 (+0000) Subject: Correction to the xmlrpc docs by John Reese and Jacques Frechet. X-Git-Tag: v3.0a1~323 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=460add45008adff34b3b6a75805b8acf87a6192b;p=python Correction to the xmlrpc docs by John Reese and Jacques Frechet. --- diff --git a/Doc/library/xmlrpclib.rst b/Doc/library/xmlrpclib.rst index cd507c46e4..9e568e1ba2 100644 --- a/Doc/library/xmlrpclib.rst +++ b/Doc/library/xmlrpclib.rst @@ -305,7 +305,7 @@ does not exist). It has the following members: .. 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.