Skip to content

Commit 735ed1d

Browse files
Update email.message.rst
1 parent 748c958 commit 735ed1d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Doc/library/email.message.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -612,13 +612,6 @@ message objects.
612612
*content_manager* is not specified, use the ``content_manager`` specified
613613
by the current :mod:`~email.policy`.
614614

615-
Note that this method will append a newline character to the end of the
616-
content, if it wasn't passed already. For example, the following are equivalent ::
617-
618-
msg = EmailMessage()
619-
msg.set_content("hello")
620-
msg.set_content("hello\n")
621-
622615

623616
.. method:: make_related(boundary=None)
624617

0 commit comments

Comments
 (0)