]> granicus.if.org Git - python/commitdiff
Merged revisions 85146 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Mon, 6 Dec 2010 18:48:11 +0000 (18:48 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 6 Dec 2010 18:48:11 +0000 (18:48 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85146 | r.david.murray | 2010-10-01 16:38:33 -0400 (Fri, 01 Oct 2010) | 3 lines

  Fix docstring typo.
........

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.