Thanks to visit codestin.com Credit goes to github.com
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 e421106 commit ba57963Copy full SHA for ba57963
1 file changed
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