From: Fredrik Lundh Date: Tue, 22 Oct 2002 18:26:28 +0000 (+0000) Subject: terminology X-Git-Tag: v2.3c1~3701 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=019bd4a6c1d81e7556b728dd0d2dd68dbddacb67;p=thirdparty%2FPython%2Fcpython.git terminology --- diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index 5d80c0d10c79..b7bccdb51d51 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