]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixing typo from previous patch.
authorBrett Cannon <bcannon@gmail.com>
Tue, 20 May 2003 02:54:41 +0000 (02:54 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 20 May 2003 02:54:41 +0000 (02:54 +0000)
Doc/lib/libhttplib.tex

index 810cf9cb7312548a088aad80bee61b8537deaf74..8da63481d4362b420cc7f0dd26e35a4d3f9654d3 100644 (file)
@@ -44,9 +44,9 @@ the server at the same host and port:
 \begin{classdesc}{HTTPSConnection}{host\optional{, port, key_file, cert_file}}
 A subclass of \class{HTTPConnection} that uses SSL for communication with
 secure servers.  Default port is \code{443}.
-\var{keyfile} is
+\var{key_file} is
 the name of a PEM formatted file that contains your private
-key. \var{certfile} is a PEM formatted certificate chain file.
+key. \var{cert_file} is a PEM formatted certificate chain file.
 
 \warning{This does not do any certificate verification!}
 \end{classdesc}