diff options
Diffstat (limited to 'Doc/library/email.generator.rst')
-rw-r--r-- | Doc/library/email.generator.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.generator.rst b/Doc/library/email.generator.rst index f29cdac..22d8b09 100644 --- a/Doc/library/email.generator.rst +++ b/Doc/library/email.generator.rst @@ -83,8 +83,8 @@ Here are the public methods of the :class:`Generator` class, imported from the message structure will be converted to '?' characters. .. versionchanged:: 3.2 - added support for re-encoding 8bit message bodies, and the linesep - argument + Added support for re-encoding 8bit message bodies, and the *linesep* + argument. .. method:: clone(fp) |