]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Linkify SMTP.quit() in smtplib documentation. (GH-9785)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Nov 2018 17:00:20 +0000 (09:00 -0800)
committerGitHub <noreply@github.com>
Fri, 23 Nov 2018 17:00:20 +0000 (09:00 -0800)
(cherry picked from commit ba57963a95a994947b8bec6869e810a74a751278)

Co-authored-by: takey <taketakeyyy@gmail.com>
Doc/library/smtplib.rst

index 6fb0934218a603ade74d2f5b27f56a525fc7564b..f59c18409411601a85e62a94ca047577ca2ba3ea 100644 (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