Skip to content

Commit

Permalink
Formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Oct 10, 2023
1 parent 074ca2f commit 77e8f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_decompose.py
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ def test_decompose_bad_content_type() -> None:
Address("", addr_spec="another.recipient@example.nil"),
],
from_=[Address("", addr_spec="sender@domain.com")],
text=("This is the first part.\n" "This is the second part.\n"),
text="This is the first part.\nThis is the second part.\n",
html=(
"<p>This is the <em>first</em> part.</p>\n"
"<p>This is the <strong>second</strong> part.</p>\n"
Expand Down

0 comments on commit 77e8f8c

Please sign in to comment.