Fix docstring typo.
diff --git a/Lib/email/generator.py b/Lib/email/generator.py
index 996f9dd..e05b67d 100644
--- a/Lib/email/generator.py
+++ b/Lib/email/generator.py
@@ -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.