summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2016-08-30 20:46:29 (GMT)
committerRaymond Hettinger <python@rcn.com>2016-08-30 20:46:29 (GMT)
commit4ff1daa4bac7b82fc745389f9a0a2b17a4219df7 (patch)
treefc2c0f807efa215790d5bc6caad7168210bf6ff0 /Doc
parent9c4ee752c026ef3fa9ea2595b5ed9837188f659a (diff)
parent624e2226046e20251fc27f91061ef5176b800c33 (diff)
downloadcpython-4ff1daa4bac7b82fc745389f9a0a2b17a4219df7.zip
cpython-4ff1daa4bac7b82fc745389f9a0a2b17a4219df7.tar.gz
cpython-4ff1daa4bac7b82fc745389f9a0a2b17a4219df7.tar.bz2
Merge
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 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: