Skip to content

Commit 0ef0398

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

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
@@ -36,7 +36,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
3636
is raised.
3737

3838
For normal use, you should only require the initialization/connect,
39-
:meth:`sendmail`, and :meth:`~smtplib.quit` methods.
39+
:meth:`sendmail`, and :meth:`SMTP.quit` methods.
4040
An example is included below.
4141

4242
.. versionchanged:: 2.6

0 commit comments

Comments
 (0)