]> granicus.if.org Git - python/commitdiff
Fix typos in Doc/library/email.generator.rst documentation (GH-13539)
authorNick Sung <sungboss2004@gmail.com>
Fri, 24 May 2019 13:50:35 +0000 (21:50 +0800)
committerCheryl Sabella <cheryl.sabella@gmail.com>
Fri, 24 May 2019 13:50:35 +0000 (09:50 -0400)
Doc/library/email.generator.rst

index c09ae8cbc604107baacd753d6d386562bdb59ad0..2d9bae6a7ee57b1ed789a80b11d7eea6a313a3c2 100644 (file)
@@ -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.