]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
terminology
authorFredrik Lundh <fredrik@pythonware.com>
Tue, 22 Oct 2002 18:26:28 +0000 (18:26 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Tue, 22 Oct 2002 18:26:28 +0000 (18:26 +0000)
Doc/lib/libxmlrpclib.tex

index 5d80c0d10c79ed357881a2f2d3b628a6e05956cc..b7bccdb51d51ec1e214c1e0967a6fccc21afa8f2 100644 (file)
@@ -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