mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix typos in Doc/library/email.generator.rst documentation (GH-13539)
This commit is contained in:
parent
b49858b4b7
commit
13d4e6a4a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Content Transfer Encoding techniques for encoding email messages for transport
|
||||||
over channels that are not "8 bit clean".
|
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
|
:class:`Generator` disables header folding for message parts of type
|
||||||
``multipart/signed`` and all subparts.
|
``multipart/signed`` and all subparts.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue