From: R. David Murray Date: Tue, 19 Oct 2010 23:05:35 +0000 (+0000) Subject: Correct signature of BytesGenerator in docs. X-Git-Tag: v3.2a4~415 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f19076e592c0ba80aa7cd9b40bbf5e5d7727dee2;p=thirdparty%2FPython%2Fcpython.git Correct signature of BytesGenerator in docs. --- diff --git a/Doc/library/email.generator.rst b/Doc/library/email.generator.rst index 002f36f39fb1..2c169b93e73d 100644 --- a/Doc/library/email.generator.rst +++ b/Doc/library/email.generator.rst @@ -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