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 c9b3fc6 commit 832da87Copy full SHA for 832da87
Doc/library/smtplib.rst
@@ -41,7 +41,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
41
the OS default behavior will be used.
42
43
For normal use, you should only require the initialization/connect,
44
- :meth:`sendmail`, and :meth:`~smtplib.quit` methods.
+ :meth:`sendmail`, and :meth:`SMTP.quit` methods.
45
An example is included below.
46
47
The :class:`SMTP` class supports the :keyword:`with` statement. When used
0 commit comments