Skip to content

Commit f779ba4

Browse files
committed
Update SMTP and SMTP_SSL docs for host/port
1 parent e4d78cf commit f779ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/smtplib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
9191
not appropriate.
9292

9393
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
94+
and port automatically when the object is created; otherwise, :meth:`!SMTP.connect` must
9595
be called manually.
9696

9797
The optional arguments *local_hostname*, *timeout* and *source_address* have the same

0 commit comments

Comments
 (0)