summaryrefslogtreecommitdiff
path: root/Lib/smtplib.py
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-07-01 12:17:05 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-07-01 12:17:05 +0300
commite39682b0768bcf06d3c0d8480dd2f98824afafe6 (patch)
tree706f55e28c8ee877a4bbaca848a4e651243f5f46 /Lib/smtplib.py
parent660c8fc997f34b7474c23a993105a37b7277554f (diff)
downloadcpython-git-e39682b0768bcf06d3c0d8480dd2f98824afafe6.tar.gz
Issue #27430: Fix typos, patch by scop.
Diffstat (limited to 'Lib/smtplib.py')
-rwxr-xr-xLib/smtplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/smtplib.py b/Lib/smtplib.py
index dfbf5f9324..5b9e66536a 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.