summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2002-10-22 18:26:28 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2002-10-22 18:26:28 (GMT)
commit019bd4a6c1d81e7556b728dd0d2dd68dbddacb67 (patch)
treea8588738f45ddf01140bcbb0a0a45c2b618a65b5 /Doc
parent1303c7cb166ed404945ac79a3a20c06b702c6224 (diff)
downloadcpython-019bd4a6c1d81e7556b728dd0d2dd68dbddacb67.zip
cpython-019bd4a6c1d81e7556b728dd0d2dd68dbddacb67.tar.gz
cpython-019bd4a6c1d81e7556b728dd0d2dd68dbddacb67.tar.bz2
terminology
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libxmlrpclib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex
index 5d80c0d..b7bccdb 100644
--- a/Doc/lib/libxmlrpclib.tex
+++ b/Doc/lib/libxmlrpclib.tex
@@ -29,7 +29,7 @@ optional third argument is an encoding, by default UTF-8. The optional
fourth argument is a debugging flag.
Both the HTTP and HTTPS transports support the URL syntax extension for
-HTTP Basic Authorization: \code{http://user:pass@host:port/path}. The
+HTTP Basic Authentication: \code{http://user:pass@host:port/path}. The
\code{user:pass} portion will be base64-encoded as an HTTP `Authorization'
header, and sent to the remote server as part of the connection process
when invoking an XML-RPC method. You only need to use this if the