diff options
author | Nick Sung <sungboss2004@gmail.com> | 2019-05-24 13:50:35 (GMT) |
---|---|---|
committer | Cheryl Sabella <cheryl.sabella@gmail.com> | 2019-05-24 13:50:35 (GMT) |
commit | 13d4e6a4a090031f8214e058ed3c8fd47767e05f (patch) | |
tree | 820adbe84c6384844e5e88f90c0a1ecdffeef706 | |
parent | b49858b4b7b4c9d85ef6946ad020f83e4fa1caa7 (diff) | |
download | cpython-13d4e6a4a090031f8214e058ed3c8fd47767e05f.zip cpython-13d4e6a4a090031f8214e058ed3c8fd47767e05f.tar.gz cpython-13d4e6a4a090031f8214e058ed3c8fd47767e05f.tar.bz2 |
Fix typos in Doc/library/email.generator.rst documentation (GH-13539)
-rw-r--r-- | Doc/library/email.generator.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.generator.rst b/Doc/library/email.generator.rst index c09ae8c..2d9bae6 100644 --- a/Doc/library/email.generator.rst +++ b/Doc/library/email.generator.rst @@ -36,7 +36,7 @@ something that contains only ASCII characters, using the standard email RFC Content Transfer Encoding techniques for encoding email messages for transport over channels that are not "8 bit clean". -To accomodate reproducible processing of SMIME-signed messages +To accommodate reproducible processing of SMIME-signed messages :class:`Generator` disables header folding for message parts of type ``multipart/signed`` and all subparts. |