summaryrefslogtreecommitdiffstats
path: root/Doc/library/smtplib.rst
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-12-26 15:47:40 (GMT)
committerJesus Cea <jcea@jcea.es>2012-12-26 15:47:40 (GMT)
commitaa24468c9b6336e0f665445f5552cb09eaba9697 (patch)
tree7b74bbc39b302dd0ba010b2a9eb0ef2c0b9da7f6 /Doc/library/smtplib.rst
parentc8e7e2bb76b7ebd0206e915b1d20b1cf4e6a75e1 (diff)
parentc73f863a8d5718bec54b6697fc156c8b6a30ca7d (diff)
downloadcpython-aa24468c9b6336e0f665445f5552cb09eaba9697.zip
cpython-aa24468c9b6336e0f665445f5552cb09eaba9697.tar.gz
cpython-aa24468c9b6336e0f665445f5552cb09eaba9697.tar.bz2
MERGE: Closes #16789: :meth:`quit` links to constants instead of own module
Diffstat (limited to 'Doc/library/smtplib.rst')
-rw-r--r--Doc/library/smtplib.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst
index 711981f..40b2561 100644
--- a/Doc/library/smtplib.rst
+++ b/Doc/library/smtplib.rst
@@ -37,7 +37,8 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
behavior will be used.
For normal use, you should only require the initialization/connect,
- :meth:`sendmail`, and :meth:`quit` methods. An example is included below.
+ :meth:`sendmail`, and :meth:`~smtplib.quit` methods.
+ An example is included below.
The :class:`SMTP` class supports the :keyword:`with` statement. When used
like this, the SMTP ``QUIT`` command is issued automatically when the