]> granicus.if.org Git - python/commitdiff
Fix docstring typo.
authorR. David Murray <rdmurray@bitdance.com>
Fri, 1 Oct 2010 20:38:33 +0000 (20:38 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Fri, 1 Oct 2010 20:38:33 +0000 (20:38 +0000)
Lib/email/generator.py

index 996f9ddcecae6c7462eabbca0d3b295abb0b2190..e05b67da560872ff94391e5d6372ad274f29b30b 100644 (file)
@@ -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.