[Python-checkins] cpython: Issue #28894: Fix to_addrs refs in smtplib docs

raymond.hettinger python-checkins at python.org
Tue Aug 30 16:44:09 EDT 2016


https://hg.python.org/cpython/rev/f673a60bdc1a
changeset:   102956:f673a60bdc1a
parent:      102954:89ce78ce1bfa
user:        Raymond Hettinger <python at rcn.com>
date:        Tue Aug 30 13:43:53 2016 -0700
summary:
  Issue #28894: Fix to_addrs refs in smtplib docs

files:
  Doc/library/smtplib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst
--- a/Doc/library/smtplib.rst
+++ b/Doc/library/smtplib.rst
@@ -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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list