]> granicus.if.org Git - python/commitdiff
Closes #19434: fix copy-paste error in MIMENonMultipart docstring.
authorGeorg Brandl <georg@python.org>
Thu, 2 Oct 2014 10:35:08 +0000 (12:35 +0200)
committerGeorg Brandl <georg@python.org>
Thu, 2 Oct 2014 10:35:08 +0000 (12:35 +0200)
Lib/email/mime/nonmultipart.py

index fc3b9eb4dcfbf8ef4621ee7e545cc237dcf12e09..e1f51968b59eb1504416abb5f47f3bb32c296498 100644 (file)
@@ -12,7 +12,7 @@ from email.mime.base import MIMEBase
 
 \f
 class MIMENonMultipart(MIMEBase):
-    """Base class for MIME multipart/* type messages."""
+    """Base class for MIME non-multipart type messages."""
 
     def attach(self, payload):
         # The public API prohibits attaching multiple subparts to MIMEBase