Linkify SMTP.quit() in smtplib documentation. (GH-9785)
https://github.com/python/cpython/commit/0ef0398dcfcbf0ddde13625149ba7065fd1... commit: 0ef0398dcfcbf0ddde13625149ba7065fd1b3833 branch: 2.7 author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> committer: GitHub <noreply@github.com> date: 2018-11-23T09:01:31-08:00 summary: Linkify SMTP.quit() in smtplib documentation. (GH-9785) (cherry picked from commit ba57963a95a994947b8bec6869e810a74a751278) Co-authored-by: takey <taketakeyyy@gmail.com> files: M Doc/library/smtplib.rst 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
participants (1)
-
Miss Islington (bot)