summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-08-23 02:13:35 (GMT)
committerGuido van Rossum <guido@python.org>2007-08-23 02:13:35 (GMT)
commit460add45008adff34b3b6a75805b8acf87a6192b (patch)
treee90ff4ae58d82acec7e20fbf6616025ba249dfa9 /Doc
parentad66742e3459addfaf7542808611c7dca254a8fd (diff)
downloadcpython-460add45008adff34b3b6a75805b8acf87a6192b.zip
cpython-460add45008adff34b3b6a75805b8acf87a6192b.tar.gz
cpython-460add45008adff34b3b6a75805b8acf87a6192b.tar.bz2
Correction to the xmlrpc docs by John Reese and Jacques Frechet.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/xmlrpclib.rst2
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.