From: R. David Murray Date: Fri, 1 Oct 2010 20:38:33 +0000 (+0000) Subject: Fix docstring typo. X-Git-Tag: v3.2a3~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70a9993bfde88b9f36ea25d3c09e8d8fe082e6c9;p=thirdparty%2FPython%2Fcpython.git Fix docstring typo. --- diff --git a/Lib/email/generator.py b/Lib/email/generator.py index 996f9ddcecae..e05b67da5608 100644 --- a/Lib/email/generator.py +++ b/Lib/email/generator.py @@ -270,7 +270,7 @@ class Generator: _FMT = '[Non-text (%(type)s) part of message omitted, filename %(filename)s]' class DecodedGenerator(Generator): - """Generator a text representation of a message. + """Generates a text representation of a message. Like the Generator base class, except that non-text parts are substituted with a format string representing the part.