diff options
Diffstat (limited to 'Doc/library/xmlrpclib.rst')
-rw-r--r-- | Doc/library/xmlrpclib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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. |