]> granicus.if.org Git - python/commitdiff
Correction to the xmlrpc docs by John Reese and Jacques Frechet.
authorGuido van Rossum <guido@python.org>
Thu, 23 Aug 2007 02:13:35 +0000 (02:13 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Aug 2007 02:13:35 +0000 (02:13 +0000)
Doc/library/xmlrpclib.rst

index cd507c46e431c3a6e792947403c3a4d1efbde841..9e568e1ba216f9ab2ae494729c8c9502734ceb9d 100644 (file)
@@ -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.