summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2016-08-30 20:43:53 (GMT)
committerRaymond Hettinger <python@rcn.com>2016-08-30 20:43:53 (GMT)
commit9c4ee752c026ef3fa9ea2595b5ed9837188f659a (patch)
tree88b8cb52a2fa93b322963ebc37edb6a8fcc74f78 /Doc
parent8ca35707c0e866bca3c917f9abe90b144357850b (diff)
downloadcpython-9c4ee752c026ef3fa9ea2595b5ed9837188f659a.zip
cpython-9c4ee752c026ef3fa9ea2595b5ed9837188f659a.tar.gz
cpython-9c4ee752c026ef3fa9ea2595b5ed9837188f659a.tar.bz2
Issue #28894: Fix to_addrs refs in smtplib docs
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/smtplib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst
index bdf3805..5984e19 100644
--- a/Doc/library/smtplib.rst
+++ b/Doc/library/smtplib.rst
@@ -486,7 +486,7 @@ An :class:`SMTP` instance has the following methods:
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.