From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 23 Nov 2018 17:01:31 +0000 (-0800) Subject: Linkify SMTP.quit() in smtplib documentation. (GH-9785) X-Git-Tag: v2.7.16rc1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ef0398dcfcbf0ddde13625149ba7065fd1b3833;p=thirdparty%2FPython%2Fcpython.git Linkify SMTP.quit() in smtplib documentation. (GH-9785) (cherry picked from commit ba57963a95a994947b8bec6869e810a74a751278) Co-authored-by: takey --- diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index b6e76895dd93..2cc519e7dc97 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