Skip to content

Commit ba57963

Browse files
taketakeyyymiss-islington
authored andcommitted
Linkify SMTP.quit() in smtplib documentation. (GH-9785)
1 parent e421106 commit ba57963

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)