Correction to the xmlrpc docs by John Reese and Jacques Frechet.
diff --git a/Doc/library/xmlrpclib.rst b/Doc/library/xmlrpclib.rst
index cd507c4..9e568e1 100644
--- a/Doc/library/xmlrpclib.rst
+++ b/Doc/library/xmlrpclib.rst
@@ -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.