From ba57963a95a994947b8bec6869e810a74a751278 Mon Sep 17 00:00:00 2001 From: takey Date: Sat, 24 Nov 2018 01:53:24 +0900 Subject: Linkify SMTP.quit() in smtplib documentation. (GH-9785) --- Doc/library/smtplib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12