Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd52733

Browse files
committed
fixed typo, "header" ==> "headers"
1 parent 50ea919 commit dd52733

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libhttplib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ \subsection{HTTP Objects}
9494
\var{message}, \var{headers}). Here \var{replycode} is the integer
9595
reply code from the request (e.g.\ \code{200} if the request was
9696
handled properly); \var{message} is the message string corresponding
97-
to the reply code; and \var{header} is an instance of the class
97+
to the reply code; and \var{headers} is an instance of the class
9898
\code{mimetools.Message} containing the headers received from the server.
9999
See the description of the \code{mimetools} module.
100100
\stmodindex{mimetools}

Doc/libhttplib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ \subsection{HTTP Objects}
9494
\var{message}, \var{headers}). Here \var{replycode} is the integer
9595
reply code from the request (e.g.\ \code{200} if the request was
9696
handled properly); \var{message} is the message string corresponding
97-
to the reply code; and \var{header} is an instance of the class
97+
to the reply code; and \var{headers} is an instance of the class
9898
\code{mimetools.Message} containing the headers received from the server.
9999
See the description of the \code{mimetools} module.
100100
\stmodindex{mimetools}

0 commit comments

Comments
 (0)