diff options
author | Jesus Cea <jcea@jcea.es> | 2012-12-26 15:48:26 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-12-26 15:48:26 (GMT) |
commit | cdf680f54cfcc5ed47e126f2adfd6f241608e54f (patch) | |
tree | 64e26a19ba2b872f700606c7f317136c07b28481 /Doc/library/poplib.rst | |
parent | cacb400345f5ccf575151647367816c3b09fde4e (diff) | |
parent | aa24468c9b6336e0f665445f5552cb09eaba9697 (diff) | |
download | cpython-cdf680f54cfcc5ed47e126f2adfd6f241608e54f.zip cpython-cdf680f54cfcc5ed47e126f2adfd6f241608e54f.tar.gz cpython-cdf680f54cfcc5ed47e126f2adfd6f241608e54f.tar.bz2 |
MERGE: Closes #16789: :meth:`quit` links to constants instead of own module
Diffstat (limited to 'Doc/library/poplib.rst')
-rw-r--r-- | Doc/library/poplib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/poplib.rst b/Doc/library/poplib.rst index 1ac93c9..e248d6b 100644 --- a/Doc/library/poplib.rst +++ b/Doc/library/poplib.rst @@ -116,7 +116,7 @@ An :class:`POP3` instance has the following methods: .. method:: POP3.pass_(password) Send password, response includes message count and mailbox size. Note: the - mailbox on the server is locked until :meth:`quit` is called. + mailbox on the server is locked until :meth:`~poplib.quit` is called. .. method:: POP3.apop(user, secret) |