[Python-checkins] Linkify SMTP.quit() in smtplib documentation. (GH-9785)

Miss Islington (bot) webhook-mailer at python.org
Fri Nov 23 11:59:08 EST 2018


https://github.com/python/cpython/commit/70cc0923404e37dfd3395200d8040f2a334bacab
commit: 70cc0923404e37dfd3395200d8040f2a334bacab
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-11-23T08:59:05-08:00
summary:

Linkify SMTP.quit() in smtplib documentation. (GH-9785)

(cherry picked from commit ba57963a95a994947b8bec6869e810a74a751278)

Co-authored-by: takey <taketakeyyy at gmail.com>

files:
M Doc/library/smtplib.rst

diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst
index 6fb0934218a6..f59c18409411 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



More information about the Python-checkins mailing list