summaryrefslogtreecommitdiff
path: root/Doc/lib/libhttplib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-06-20 16:55:08 +0000
committerFred Drake <fdrake@acm.org>1997-06-20 16:55:08 +0000
commit5abb72d0c2f4c1a9357e82581a372e9c2ae0461a (patch)
treed77028f853848eada6b4dcd4d7c48c3a14035532 /Doc/lib/libhttplib.tex
parent6dd1e3009ae44b1a982982d378d1248e10ee08c0 (diff)
downloadcpython-5abb72d0c2f4c1a9357e82581a372e9c2ae0461a.tar.gz
fixed typo, "header" ==> "headers"
Diffstat (limited to 'Doc/lib/libhttplib.tex')
-rw-r--r--Doc/lib/libhttplib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex
index ce5b2e36f9..70bcb3c8d2 100644
--- a/Doc/lib/libhttplib.tex
+++ b/Doc/lib/libhttplib.tex
@@ -94,7 +94,7 @@ read the reply from the server, and return a triple (\var{replycode},
\var{message}, \var{headers}). Here \var{replycode} is the integer
reply code from the request (e.g.\ \code{200} if the request was
handled properly); \var{message} is the message string corresponding
-to the reply code; and \var{header} is an instance of the class
+to the reply code; and \var{headers} is an instance of the class
\code{mimetools.Message} containing the headers received from the server.
See the description of the \code{mimetools} module.
\stmodindex{mimetools}