Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28e68ea

Browse files
committed
#1440472: reflow
1 parent ea1badb commit 28e68ea

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Doc/library/email.generator.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ standards-compliant way, should handle MIME and non-MIME email messages just
1818
fine, and is designed so that the transformation from flat text, to a message
1919
structure via the :class:`~email.parser.Parser` class, and back to flat text,
2020
is idempotent (the input is identical to the output) [#]_. On the other hand,
21-
using
22-
the Generator on a :class:`~email.message.Message` constructed by program may
23-
result in changes to the :class:`~email.message.Message` object as defaults are
24-
filled in.
21+
using the Generator on a :class:`~email.message.Message` constructed by program
22+
may result in changes to the :class:`~email.message.Message` object as defaults
23+
are filled in.
2524

2625
:class:`bytes` output can be generated using the :class:`BytesGenerator` class.
2726
If the message object structure contains non-ASCII bytes, this generator's

0 commit comments

Comments
 (0)