summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-06-20 16:55:08 (GMT)
committerFred Drake <fdrake@acm.org>1997-06-20 16:55:08 (GMT)
commitdd527332b772cec1ccc47a7e6e9663e2c2be04b9 (patch)
treea257cdcdf6b83f3ddd80ac9c4bff8207cb56c64f /Doc
parent50ea91976b2357974d276d242a57aab8592cb7f0 (diff)
downloadcpython-dd527332b772cec1ccc47a7e6e9663e2c2be04b9.zip
cpython-dd527332b772cec1ccc47a7e6e9663e2c2be04b9.tar.gz
cpython-dd527332b772cec1ccc47a7e6e9663e2c2be04b9.tar.bz2
fixed typo, "header" ==> "headers"
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libhttplib.tex2
-rw-r--r--Doc/libhttplib.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex
index ce5b2e3..70bcb3c 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}
diff --git a/Doc/libhttplib.tex b/Doc/libhttplib.tex
index ce5b2e3..70bcb3c 100644
--- a/Doc/libhttplib.tex
+++ b/Doc/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}