diff options
author | Fred Drake <fdrake@acm.org> | 1998-11-30 19:00:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-11-30 19:00:16 (GMT) |
commit | 1776556f8fbaf7534a32b0e8858dc92c4086b168 (patch) | |
tree | e98093c935849a08b49a82d8962850828802828a /Doc/lib/libhttplib.tex | |
parent | 3d29955a6e97727076d290b6449ff856584f5570 (diff) | |
download | cpython-1776556f8fbaf7534a32b0e8858dc92c4086b168.zip cpython-1776556f8fbaf7534a32b0e8858dc92c4086b168.tar.gz cpython-1776556f8fbaf7534a32b0e8858dc92c4086b168.tar.bz2 |
Markup nit to ease conversions.
Diffstat (limited to 'Doc/lib/libhttplib.tex')
-rw-r--r-- | Doc/lib/libhttplib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index 51b74eb..594a155 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 |