diff options
author | Raymond Hettinger <python@rcn.com> | 2016-08-30 20:46:29 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2016-08-30 20:46:29 (GMT) |
commit | 4ff1daa4bac7b82fc745389f9a0a2b17a4219df7 (patch) | |
tree | fc2c0f807efa215790d5bc6caad7168210bf6ff0 /Doc | |
parent | 9c4ee752c026ef3fa9ea2595b5ed9837188f659a (diff) | |
parent | 624e2226046e20251fc27f91061ef5176b800c33 (diff) | |
download | cpython-4ff1daa4bac7b82fc745389f9a0a2b17a4219df7.zip cpython-4ff1daa4bac7b82fc745389f9a0a2b17a4219df7.tar.gz cpython-4ff1daa4bac7b82fc745389f9a0a2b17a4219df7.tar.bz2 |
Merge
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/smtplib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index 5984e19..83d5c2d 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@ -439,7 +439,7 @@ An :class:`SMTP` instance has the following methods: 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: |