mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix docstring typo.
This commit is contained in:
parent
31e984c39c
commit
70a9993bfd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue