[Python-checkins] r85146 - python/branches/py3k/Lib/email/generator.py

r.david.murray python-checkins at python.org
Fri Oct 1 22:38:33 CEST 2010


Author: r.david.murray
Date: Fri Oct  1 22:38:33 2010
New Revision: 85146

Log:
Fix docstring typo.



Modified:
   python/branches/py3k/Lib/email/generator.py

Modified: python/branches/py3k/Lib/email/generator.py
==============================================================================
--- python/branches/py3k/Lib/email/generator.py	(original)
+++ python/branches/py3k/Lib/email/generator.py	Fri Oct  1 22:38:33 2010
@@ -270,7 +270,7 @@
 _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.


More information about the Python-checkins mailing list