From: Fred Drake Date: Mon, 30 Nov 1998 19:00:16 +0000 (+0000) Subject: Markup nit to ease conversions. X-Git-Tag: v1.5.2b1~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1776556f8fbaf7534a32b0e8858dc92c4086b168;p=python Markup nit to ease conversions. --- diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index 51b74eb421..594a15564a 100644 --- a/Doc/lib/libhttplib.tex +++ b/Doc/lib/libhttplib.tex @@ -98,7 +98,7 @@ Send a blank line to the server, signalling the end of the headers. Complete the request by shutting down the sending end of the socket, read the reply from the server, and return a triple \code{(\var{replycode}, \var{message}, \var{headers})}. Here, -\var{replycode} is the integer reply code from the request (e.g.\ +\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{headers} is an instance of the class \class{mimetools.Message} containing the