We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa34b8 commit 0ef0398Copy full SHA for 0ef0398
Doc/library/smtplib.rst
@@ -36,7 +36,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
36
is raised.
37
38
For normal use, you should only require the initialization/connect,
39
- :meth:`sendmail`, and :meth:`~smtplib.quit` methods.
+ :meth:`sendmail`, and :meth:`SMTP.quit` methods.
40
An example is included below.
41
42
.. versionchanged:: 2.6
0 commit comments