From 872a702bbd3c471278e07d773f7a5a49eb9dc5b2 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 24 Oct 2010 14:32:45 +0000 Subject: Fix style. --- Doc/library/email.generator.rst | 4 ++-- Doc/library/email.header.rst | 3 ++- 2 files changed, 4 insertions(+), 3 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) diff --git a/Doc/library/email.header.rst b/Doc/library/email.header.rst index d9ebdb7..7e87dac 100644 --- a/Doc/library/email.header.rst +++ b/Doc/library/email.header.rst @@ -120,7 +120,8 @@ Here is the :class:`Header` class description: application code (``\n``), but ``\r\n`` can be specified in order to produce headers with RFC-compliant line separators. - .. versionchanged:: 3.2 added the linesep argument + .. versionchanged:: 3.2 + Added the *linesep* argument. The :class:`Header` class also provides a number of methods to support -- cgit v0.12