We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590c1ac commit 958bcf3Copy full SHA for 958bcf3
1 file changed
Misc/NEWS.d/next/Library/2024-12-11-17-44-36.gh-issue-127794.VwmRsp.rst
@@ -1,4 +1,4 @@
1
-When headers are added to :meth:`email.message.Message` objects, either through
+When headers are added to :class:`email.message.Message` objects, either through
2
:meth:`email.message.Message.__setitem__` or :meth:`email.message.Message.add_header`,
3
the field name is now validated according to :rfc:`RFC 5322, Section 3.6.8 <5322#section-3.6.8>`
4
and a :exc:`ValueError` is raised if the field name contains any invalid characters.
0 commit comments