Skip to content

Commit 832da87

Browse files
Linkify SMTP.quit() in smtplib documentation. (GH-9785)
(cherry picked from commit ba57963) Co-authored-by: takey <[email protected]>
1 parent c9b3fc6 commit 832da87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/smtplib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
4141
the OS default behavior will be used.
4242

4343
For normal use, you should only require the initialization/connect,
44-
:meth:`sendmail`, and :meth:`~smtplib.quit` methods.
44+
:meth:`sendmail`, and :meth:`SMTP.quit` methods.
4545
An example is included below.
4646

4747
The :class:`SMTP` class supports the :keyword:`with` statement. When used

0 commit comments

Comments
 (0)