]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix style.
authorGeorg Brandl <georg@python.org>
Sun, 24 Oct 2010 14:32:45 +0000 (14:32 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 24 Oct 2010 14:32:45 +0000 (14:32 +0000)
Doc/library/email.generator.rst
Doc/library/email.header.rst

index f29cdac902c0d47ecae0b75a533c430889b0192c..22d8b09a3eddda2fc6b00ed8afe08fe47c136a8e 100644 (file)
@@ -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)
 
index d9ebdb7087ac1757d9469ac887fcbc2ee2b3894d..7e87dac86af61c1c46a822343f0733d0c64252d2 100644 (file)
@@ -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