diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-07-01 09:17:05 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-07-01 09:17:05 (GMT) |
commit | e39682b0768bcf06d3c0d8480dd2f98824afafe6 (patch) | |
tree | 706f55e28c8ee877a4bbaca848a4e651243f5f46 /Lib/smtplib.py | |
parent | 660c8fc997f34b7474c23a993105a37b7277554f (diff) | |
download | cpython-e39682b0768bcf06d3c0d8480dd2f98824afafe6.zip cpython-e39682b0768bcf06d3c0d8480dd2f98824afafe6.tar.gz cpython-e39682b0768bcf06d3c0d8480dd2f98824afafe6.tar.bz2 |
Issue #27430: Fix typos, patch by scop.
Diffstat (limited to 'Lib/smtplib.py')
-rwxr-xr-x | Lib/smtplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/smtplib.py b/Lib/smtplib.py index dfbf5f9..5b9e665 100755 --- a/Lib/smtplib.py +++ b/Lib/smtplib.py @@ -900,7 +900,7 @@ class SMTP: the recipient addresses contain non-ASCII and the server advertises the SMTPUTF8 capability, the policy is cloned with utf8 set to True for the serialization, and SMTPUTF8 and BODY=8BITMIME are asserted on the send. - If the server does not support SMTPUTF8, an SMPTNotSupported error is + If the server does not support SMTPUTF8, an SMTPNotSupported error is raised. Otherwise the generator is called without modifying the policy. |