summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libnntplib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-16 21:57:37 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-16 21:57:37 (GMT)
commitfac431e7d5e7013ceef5f3caa4dc2826aa4f77de (patch)
tree17ec556e8c109d33616094b523ab025a4cfd8dba /Doc/lib/libnntplib.tex
parent009ab92c12cadb202996c54d73d0eb661a62f734 (diff)
downloadcpython-fac431e7d5e7013ceef5f3caa4dc2826aa4f77de.zip
cpython-fac431e7d5e7013ceef5f3caa4dc2826aa4f77de.tar.gz
cpython-fac431e7d5e7013ceef5f3caa4dc2826aa4f77de.tar.bz2
NNTP.xgtitle() description: Add a missing ")" from the response value
description. NNTP.xover() description: Adjust some markup for consistency.
Diffstat (limited to 'Doc/lib/libnntplib.tex')
-rw-r--r--Doc/lib/libnntplib.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libnntplib.tex b/Doc/lib/libnntplib.tex
index 7ca8a7a..75c84d3 100644
--- a/Doc/lib/libnntplib.tex
+++ b/Doc/lib/libnntplib.tex
@@ -216,7 +216,7 @@ servers.
\begin{funcdesc}{xgtitle}{name}
Process an XGTITLE command, returning a pair \code{(\var{response},
-\var{list}}, where \var{list} is a list of tuples containing
+\var{list})}, where \var{list} is a list of tuples containing
\code{(\var{name}, \var{title})}.
% XXX huh? Should that be name, description?
This is an optional NNTP extension, and may not be supported by all
@@ -227,7 +227,9 @@ servers.
Return a pair \code{(\var{resp}, \var{list})}. \var{list} is a list
of tuples, one for each article in the range delimited by the \var{start}
and \var{end} article numbers. Each tuple is of the form
-\code{(}\var{article number}, \var{subject}, \var{poster}, \var{date}, \var{id}, \var{references}, \var{size}, \var{lines}\code{)}.
+\code{(}\var{article number}\code{,} \var{subject}\code{,}
+\var{poster}\code{,} \var{date}\code{,} \var{id}\code{,}
+\var{references}\code{,} \var{size}\code{,} \var{lines}\code{)}.
This is an optional NNTP extension, and may not be supported by all
servers.
\end{funcdesc}