diff options
author | Jesus Cea <jcea@jcea.es> | 2012-12-26 15:47:03 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-12-26 15:47:03 (GMT) |
commit | c73f863a8d5718bec54b6697fc156c8b6a30ca7d (patch) | |
tree | 967f4e493d6e9b0e5f08365db48765c5a15587e3 /Doc/library/poplib.rst | |
parent | 36852b7844fd15fb80a9366ea861c2d5159bb51e (diff) | |
download | cpython-c73f863a8d5718bec54b6697fc156c8b6a30ca7d.zip cpython-c73f863a8d5718bec54b6697fc156c8b6a30ca7d.tar.gz cpython-c73f863a8d5718bec54b6697fc156c8b6a30ca7d.tar.bz2 |
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 01f680e..b4080d6 100644 --- a/Doc/library/poplib.rst +++ b/Doc/library/poplib.rst @@ -105,7 +105,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) |