Skip to content

Commit ae806be

Browse files
Update Doc/library/smtplib.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent f779ba4 commit ae806be

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
@@ -27,7 +27,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
2727
that support a full repertoire of SMTP and ESMTP operations.
2828

2929
If the host parameter is set to a truthy value, :meth:`SMTP.connect` is called with
30-
host and port automatically when the object is created; otherwise, :meth:`connect` must
30+
host and port automatically when the object is created; otherwise, :meth:`!connect` must
3131
be called manually.
3232

3333
If specified, *local_hostname* is used as the FQDN of the local host in the HELO/EHLO

0 commit comments

Comments
 (0)