Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c4ee75

Browse files
committed
Issue #28894: Fix to_addrs refs in smtplib docs
1 parent 8ca3570 commit 9c4ee75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/smtplib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ An :class:`SMTP` instance has the following methods:
486486
those arguments with addresses extracted from the headers of *msg* as
487487
specified in :rfc:`5322`\: *from_addr* is set to the :mailheader:`Sender`
488488
field if it is present, and otherwise to the :mailheader:`From` field.
489-
*to_adresses* combines the values (if any) of the :mailheader:`To`,
489+
*to_addrs* combines the values (if any) of the :mailheader:`To`,
490490
:mailheader:`Cc`, and :mailheader:`Bcc` fields from *msg*. If exactly one
491491
set of :mailheader:`Resent-*` headers appear in the message, the regular
492492
headers are ignored and the :mailheader:`Resent-*` headers are used instead.

0 commit comments

Comments
 (0)