diff -r 14f042958c32 Doc/library/smtplib.rst --- a/Doc/library/smtplib.rst Tue Aug 30 02:12:43 2016 -0500 +++ b/Doc/library/smtplib.rst Tue Aug 30 18:27:51 2016 +0300 @@ -439,7 +439,7 @@ and the accompanying error message sent by the server. If ``SMTPUTF8`` is included in *mail_options*, and the server supports it, - *from_addr* and *to_addr* may contain non-ASCII characters. + *from_addr* and *to_addrs* may contain non-ASCII characters. This method may raise the following exceptions: @@ -486,7 +486,7 @@ those arguments with addresses extracted from the headers of *msg* as specified in :rfc:`5322`\: *from_addr* is set to the :mailheader:`Sender` field if it is present, and otherwise to the :mailheader:`From` field. - *to_adresses* combines the values (if any) of the :mailheader:`To`, + *to_addrs* combines the values (if any) of the :mailheader:`To`, :mailheader:`Cc`, and :mailheader:`Bcc` fields from *msg*. If exactly one set of :mailheader:`Resent-*` headers appear in the message, the regular headers are ignored and the :mailheader:`Resent-*` headers are used instead.