]> granicus.if.org Git - python/commitdiff
Merged revisions 85146 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Mon, 6 Dec 2010 18:48:31 +0000 (18:48 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 6 Dec 2010 18:48:31 +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 ce9c36bbdb7a79fd7b6ccbae3622afd94c3c7205..fa45dcb7ea77aa11c531a44a3f99a7326a948822 100644 (file)
@@ -292,7 +292,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.