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.