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

NNTP.xgtitle() description: Add a missing ")" from the response value

	description.

NNTP.xover() description:  Adjust some markup for consistency.
üst 009ab92c
...@@ -216,7 +216,7 @@ servers. ...@@ -216,7 +216,7 @@ servers.
\begin{funcdesc}{xgtitle}{name} \begin{funcdesc}{xgtitle}{name}
Process an XGTITLE command, returning a pair \code{(\var{response}, 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})}. \code{(\var{name}, \var{title})}.
% XXX huh? Should that be name, description? % XXX huh? Should that be name, description?
This is an optional NNTP extension, and may not be supported by all This is an optional NNTP extension, and may not be supported by all
...@@ -227,7 +227,9 @@ servers. ...@@ -227,7 +227,9 @@ servers.
Return a pair \code{(\var{resp}, \var{list})}. \var{list} is a list 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} 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 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 This is an optional NNTP extension, and may not be supported by all
servers. servers.
\end{funcdesc} \end{funcdesc}
......
...@@ -216,7 +216,7 @@ servers. ...@@ -216,7 +216,7 @@ servers.
\begin{funcdesc}{xgtitle}{name} \begin{funcdesc}{xgtitle}{name}
Process an XGTITLE command, returning a pair \code{(\var{response}, 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})}. \code{(\var{name}, \var{title})}.
% XXX huh? Should that be name, description? % XXX huh? Should that be name, description?
This is an optional NNTP extension, and may not be supported by all This is an optional NNTP extension, and may not be supported by all
...@@ -227,7 +227,9 @@ servers. ...@@ -227,7 +227,9 @@ servers.
Return a pair \code{(\var{resp}, \var{list})}. \var{list} is a list 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} 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 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 This is an optional NNTP extension, and may not be supported by all
servers. servers.
\end{funcdesc} \end{funcdesc}
......
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