Kaydet (Commit) dd527332 authored tarafından Fred Drake's avatar Fred Drake

fixed typo, "header" ==> "headers"

üst 50ea9197
...@@ -94,7 +94,7 @@ read the reply from the server, and return a triple (\var{replycode}, ...@@ -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 \var{message}, \var{headers}). Here \var{replycode} is the integer
reply code from the request (e.g.\ \code{200} if the request was reply code from the request (e.g.\ \code{200} if the request was
handled properly); \var{message} is the message string corresponding 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. \code{mimetools.Message} containing the headers received from the server.
See the description of the \code{mimetools} module. See the description of the \code{mimetools} module.
\stmodindex{mimetools} \stmodindex{mimetools}
......
...@@ -94,7 +94,7 @@ read the reply from the server, and return a triple (\var{replycode}, ...@@ -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 \var{message}, \var{headers}). Here \var{replycode} is the integer
reply code from the request (e.g.\ \code{200} if the request was reply code from the request (e.g.\ \code{200} if the request was
handled properly); \var{message} is the message string corresponding 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. \code{mimetools.Message} containing the headers received from the server.
See the description of the \code{mimetools} module. See the description of the \code{mimetools} module.
\stmodindex{mimetools} \stmodindex{mimetools}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment