Fix style.

This commit is contained in:
Georg Brandl 2010-10-24 14:32:45 +00:00
parent 687a1fa546
commit 872a702bbd
2 changed files with 4 additions and 3 deletions

View 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)

View 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