diff options
author | delirious-lettuce <delirious.lettuce@gmail.com> | 2017-05-19 20:37:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-05-19 20:37:57 (GMT) |
commit | 3378b2062c7fbb77a9b5e6d315d6b94160fac69a (patch) | |
tree | 7cfeb0047ea14f4a77c4fb5a6fd4a233120c96e0 /Doc/library/email.mime.rst | |
parent | a632d00a1cbb6f4f8978cb45dd9789658cceb7c8 (diff) | |
download | cpython-3378b2062c7fbb77a9b5e6d315d6b94160fac69a.zip cpython-3378b2062c7fbb77a9b5e6d315d6b94160fac69a.tar.gz cpython-3378b2062c7fbb77a9b5e6d315d6b94160fac69a.tar.bz2 |
Fix typos in multiple `.rst` files (#1668)
Diffstat (limited to 'Doc/library/email.mime.rst')
-rw-r--r-- | Doc/library/email.mime.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.mime.rst b/Doc/library/email.mime.rst index d9dae9f..f37f6aa 100644 --- a/Doc/library/email.mime.rst +++ b/Doc/library/email.mime.rst @@ -242,7 +242,7 @@ Here are the classes: Unless the *_charset* argument is explicitly set to ``None``, the MIMEText object created will have both a :mailheader:`Content-Type` header - with a ``charset`` parameter, and a :mailheader:`Content-Transfer-Endcoding` + with a ``charset`` parameter, and a :mailheader:`Content-Transfer-Encoding` header. This means that a subsequent ``set_payload`` call will not result in an encoded payload, even if a charset is passed in the ``set_payload`` command. You can "reset" this behavior by deleting the |