From 460add45008adff34b3b6a75805b8acf87a6192b Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 23 Aug 2007 02:13:35 +0000 Subject: [PATCH] Correction to the xmlrpc docs by John Reese and Jacques Frechet. --- Doc/library/xmlrpclib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/xmlrpclib.rst b/Doc/library/xmlrpclib.rst index cd507c46e43..9e568e1ba21 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.