Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5294529

Browse files
committed
Closes #19434: fix copy-paste error in MIMENonMultipart docstring.
1 parent 4601df5 commit 5294529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/email/mime/nonmultipart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
class MIMENonMultipart(MIMEBase):
15-
"""Base class for MIME multipart/* type messages."""
15+
"""Base class for MIME non-multipart type messages."""
1616

1717
def attach(self, payload):
1818
# The public API prohibits attaching multiple subparts to MIMEBase

0 commit comments

Comments
 (0)