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:
Miss Islington (bot) 2018-11-23 08:59:05 -08:00 committed by GitHub
parent 56742f1eb0
commit 70cc092340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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