summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-23 17:00:20 (GMT)
committerGitHub <noreply@github.com>2018-11-23 17:00:20 (GMT)
commit832da879a62a2cbda758edf1a357da63aad94276 (patch)
tree4748e3999bc7102074debb9b77b6c9b7ced61742
parentc9b3fc6b59b625c36c31ad437253e7140938af1a (diff)
downloadcpython-832da879a62a2cbda758edf1a357da63aad94276.zip
cpython-832da879a62a2cbda758edf1a357da63aad94276.tar.gz
cpython-832da879a62a2cbda758edf1a357da63aad94276.tar.bz2
Linkify SMTP.quit() in smtplib documentation. (GH-9785)
(cherry picked from commit ba57963a95a994947b8bec6869e810a74a751278) Co-authored-by: takey <taketakeyyy@gmail.com>
-rw-r--r--Doc/library/smtplib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst
index 6fb0934..f59c184 100644
--- a/Doc/library/smtplib.rst
+++ b/Doc/library/smtplib.rst
@@ -41,7 +41,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
the OS default behavior will be used.
For normal use, you should only require the initialization/connect,
- :meth:`sendmail`, and :meth:`~smtplib.quit` methods.
+ :meth:`sendmail`, and :meth:`SMTP.quit` methods.
An example is included below.
The :class:`SMTP` class supports the :keyword:`with` statement. When used