Skip to content

Commit e2f3984

Browse files
committed
gh-150771: Fix NEWS entry doc references for docs CI
Use plain backticks for set_content() instead of a broken :func: target.
1 parent 52810e5 commit e2f3984

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Fix :mod:`email` messages created with ``shift_jis`` or ``euc-jp`` charsets.
2-
:func:`email.contentmanager.set_text_content` now stores the payload using
3-
the output charset (``iso-2022-jp``) so :func:`str` on the message no longer
4-
raises :exc:`UnicodeEncodeError`.
2+
``set_content()`` now stores the payload using the output charset
3+
(``iso-2022-jp``) so printing the message no longer raises
4+
:exc:`UnicodeEncodeError`.

0 commit comments

Comments
 (0)