Linkify SMTP.quit() in smtplib documentation. (GH-9785)
(cherry picked from commit ba57963a95
)
Co-authored-by: takey <taketakeyyy@gmail.com>
This commit is contained in:
parent
56742f1eb0
commit
70cc092340
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue