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 7a4c6df commit e982900Copy full SHA for e982900
1 file changed
Doc/library/smtplib.rst
@@ -51,7 +51,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
51
:keyword:`!with` statement exits. E.g.::
52
53
>>> from smtplib import SMTP
54
- >>> with SMTP("domain.org") as smtp:
+ >>> with SMTP("smtp.gmail.com") as smtp:
55
... smtp.noop()
56
...
57
(250, b'Ok')
0 commit comments