[Python-checkins] r85823 - in python/branches/py3k/Doc/library: email.generator.rst email.header.rst

georg.brandl python-checkins at python.org
Sun Oct 24 16:32:45 CEST 2010


Author: georg.brandl
Date: Sun Oct 24 16:32:45 2010
New Revision: 85823

Log:
Fix style.

Modified:
   python/branches/py3k/Doc/library/email.generator.rst
   python/branches/py3k/Doc/library/email.header.rst

Modified: python/branches/py3k/Doc/library/email.generator.rst
==============================================================================
--- python/branches/py3k/Doc/library/email.generator.rst	(original)
+++ python/branches/py3k/Doc/library/email.generator.rst	Sun Oct 24 16:32:45 2010
@@ -83,8 +83,8 @@
       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)
 

Modified: python/branches/py3k/Doc/library/email.header.rst
==============================================================================
--- python/branches/py3k/Doc/library/email.header.rst	(original)
+++ python/branches/py3k/Doc/library/email.header.rst	Sun Oct 24 16:32:45 2010
@@ -120,7 +120,8 @@
       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


More information about the Python-checkins mailing list