Correct signature of BytesGenerator in docs.

This commit is contained in:
R. David Murray 2010-10-19 23:05:35 +00:00
parent fc082cafa6
commit f19076e592
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ As a convenience, see the :class:`~email.message.Message` methods
formatted string representation of a message object. For more detail, see
:mod:`email.message`.
.. class:: BytesGenerator(outfp, mangle_from_=True, maxheaderlen=78, fmt=None)
.. class:: BytesGenerator(outfp, mangle_from_=True, maxheaderlen=78)
This class has the same API as the :class:`Generator` class, except that
*outfp* must be a file like object that will accept :class`bytes` input to