From: Nick Sung Date: Fri, 24 May 2019 13:50:35 +0000 (+0800) Subject: Fix typos in Doc/library/email.generator.rst documentation (GH-13539) X-Git-Tag: v3.8.0b1~227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13d4e6a4a090031f8214e058ed3c8fd47767e05f;p=thirdparty%2FPython%2Fcpython.git Fix typos in Doc/library/email.generator.rst documentation (GH-13539) --- diff --git a/Doc/library/email.generator.rst b/Doc/library/email.generator.rst index c09ae8cbc604..2d9bae6a7ee5 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.