projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b49858b
)
Fix typos in Doc/library/email.generator.rst documentation (GH-13539)
author
Nick Sung
<sungboss2004@gmail.com>
Fri, 24 May 2019 13:50:35 +0000
(21:50 +0800)
committer
Cheryl Sabella
<cheryl.sabella@gmail.com>
Fri, 24 May 2019 13:50:35 +0000
(09:50 -0400)
Doc/library/email.generator.rst
patch
|
blob
|
history
diff --git
a/Doc/library/email.generator.rst
b/Doc/library/email.generator.rst
index c09ae8cbc604107baacd753d6d386562bdb59ad0..2d9bae6a7ee57b1ed789a80b11d7eea6a313a3c2 100644
(file)
--- 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 accom
m
odate reproducible processing of SMIME-signed messages
:class:`Generator` disables header folding for message parts of type
``multipart/signed`` and all subparts.