[Python-checkins] r87098 - in python/branches/release27-maint: Lib/email/generator.py
r.david.murray
python-checkins at python.org
Mon Dec 6 19:48:31 CET 2010
Author: r.david.murray
Date: Mon Dec 6 19:48:31 2010
New Revision: 87098
Log:
Merged revisions 85146 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85146 | r.david.murray | 2010年10月01日 16:38:33 -0400 (2010年10月01日) | 3 lines
Fix docstring typo.
........
Modified:
python/branches/release27-maint/ (props changed)
python/branches/release27-maint/Lib/email/generator.py
Modified: python/branches/release27-maint/Lib/email/generator.py
==============================================================================
--- python/branches/release27-maint/Lib/email/generator.py (original)
+++ python/branches/release27-maint/Lib/email/generator.py Mon Dec 6 19:48:31 2010
@@ -292,7 +292,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