From: Georg Brandl Date: Tue, 29 Oct 2013 07:14:51 +0000 (+0100) Subject: Closes #19416: fix references in the nntplib docs. X-Git-Tag: v3.4.0b1~485^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21527bf72f861435c9b97e8dc3d8945771146fc9;p=thirdparty%2FPython%2Fcpython.git Closes #19416: fix references in the nntplib docs. --- diff --git a/Doc/library/nntplib.rst b/Doc/library/nntplib.rst index 1d1aa409c51d..759d3b7b29a1 100644 --- a/Doc/library/nntplib.rst +++ b/Doc/library/nntplib.rst @@ -395,18 +395,18 @@ tuples or objects that the method normally returns will be empty. .. method:: NNTP.next() - Send a ``NEXT`` command. Return as for :meth:`stat`. + Send a ``NEXT`` command. Return as for :meth:`.stat`. .. method:: NNTP.last() - Send a ``LAST`` command. Return as for :meth:`stat`. + Send a ``LAST`` command. Return as for :meth:`.stat`. .. method:: NNTP.article(message_spec=None, *, file=None) Send an ``ARTICLE`` command, where *message_spec* has the same meaning as - for :meth:`stat`. Return a tuple ``(response, info)`` where *info* + for :meth:`.stat`. Return a tuple ``(response, info)`` where *info* is a :class:`~collections.namedtuple` with three attributes *number*, *message_id* and *lines* (in that order). *number* is the article number in the group (or 0 if the information is not available), *message_id* the