]> granicus.if.org Git - python/commitdiff
Correct signature of BytesGenerator in docs.
authorR. David Murray <rdmurray@bitdance.com>
Tue, 19 Oct 2010 23:05:35 +0000 (23:05 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 19 Oct 2010 23:05:35 +0000 (23:05 +0000)
Doc/library/email.generator.rst

index 002f36f39fb1db2628435a9ed3146ed6b65ee7e4..2c169b93e73d3e1ca69d1e80ba6b1c7dc7df1364 100644 (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