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

Skip to content

Commit 8ddb638

Browse files
committed
Add closing methoddesc. Add versionadded. Rewrap.
1 parent 1dd04a0 commit 8ddb638

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Doc/lib/libnntplib.tex

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,23 +175,27 @@ \subsection{NNTP Objects \label{nntp-objects}}
175175
then close it. If \var{file} is a file object, then it will start
176176
calling \method{write()} on it to store the lines of the command output.
177177
If \var{file} is supplied, then the returned \var{list} is an empty list.
178+
\end{methoddesc}
178179

179180
\begin{methoddesc}{descriptions}{grouppattern}
180181
Send a \samp{LIST NEWSGROUPS} command, where \var{grouppattern} is a wildmat
181182
string as specified in RFC2980 (it's essentially the same as DOS or UNIX
182183
shell wildcard strings). Return a pair \code{(\var{response},
183184
\var{list})}, where \var{list} is a list of tuples containing
184185
\code{(\var{name}, \var{title})}.
186+
187+
\versionadded{2.4}
185188
\end{methoddesc}
186189

187190
\begin{methoddesc}{description}{group}
188191
Get a description for a single group \var{group}. If more than one group
189-
matches (if 'group' is a real wildmat string), return the first match. If no group
190-
matches, return an empty string.
192+
matches (if 'group' is a real wildmat string), return the first match.
193+
If no group matches, return an empty string.
191194

192195
This elides the response code from the server. If the response code is
193196
needed, use \method{descriptions()}.
194197

198+
\versionadded{2.4}
195199
\end{methoddesc}
196200

197201
\begin{methoddesc}{group}{name}

0 commit comments

Comments
 (0)