summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-23 09:01:31 -0800
committerGitHub <noreply@github.com>2018-11-23 09:01:31 -0800
commit0ef0398dcfcbf0ddde13625149ba7065fd1b3833 (patch)
tree22777100ecd8513d14e921f87467933155224e0e /Doc
parentdaa34b84e9f6680a4012d5138068236ccdd2d1bd (diff)
downloadcpython-git-0ef0398dcfcbf0ddde13625149ba7065fd1b3833.tar.gz
Linkify SMTP.quit() in smtplib documentation. (GH-9785)
(cherry picked from commit ba57963a95a994947b8bec6869e810a74a751278) Co-authored-by: takey <taketakeyyy@gmail.com>
Diffstat (limited to 'Doc')
-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 b6e76895dd..2cc519e7dc 100644
--- a/Doc/library/smtplib.rst
+++ b/Doc/library/smtplib.rst
@@ -36,7 +36,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
is raised.
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.
.. versionchanged:: 2.6