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 e4d78cf commit f779ba4Copy full SHA for f779ba4
Doc/library/smtplib.rst
@@ -91,7 +91,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
91
not appropriate.
92
93
If the host parameter is set to a truthy value, :meth:`SMTP.connect` is called with host
94
- and port automatically when the object is created; otherwise, :meth:`connect` must
+ and port automatically when the object is created; otherwise, :meth:`!SMTP.connect` must
95
be called manually.
96
97
The optional arguments *local_hostname*, *timeout* and *source_address* have the same
0 commit comments