diff options
Diffstat (limited to 'Doc/library/nntplib.rst')
-rw-r--r-- | Doc/library/nntplib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/nntplib.rst b/Doc/library/nntplib.rst index 2c3cd8d..d8ef8a6 100644 --- a/Doc/library/nntplib.rst +++ b/Doc/library/nntplib.rst @@ -542,7 +542,7 @@ them have been superseded by newer commands in :rfc:`3977`. is supplied, then the returned *list* is an empty list. This is an optional NNTP extension, and may not be supported by all servers. - RFC2980 says "It is suggested that this extension be deprecated". Use + :rfc:`2980` says "It is suggested that this extension be deprecated". Use :meth:`descriptions` or :meth:`description` instead. |