mirror of
https://github.com/python/cpython.git
synced 2026-04-22 03:41:08 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue