[Python-checkins] cpython (merge 3.5 -> default): Merge

raymond.hettinger python-checkins at python.org
Tue Aug 30 16:46:39 EDT 2016


https://hg.python.org/cpython/rev/4340be056a7c
changeset:   102957:4340be056a7c
parent:      102956:f673a60bdc1a
parent:      102955:8d9d90ef80b0
user:        Raymond Hettinger <python at rcn.com>
date:        Tue Aug 30 13:46:29 2016 -0700
summary:
  Merge

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
@@ -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:
 

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


More information about the Python-checkins mailing list