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 a3dc76b commit cbb3143Copy full SHA for cbb3143
Doc/library/email.message.rst
@@ -734,9 +734,8 @@ message objects.
734
The *defects* attribute contains a list of problems found when parsing
735
this message, excluding defects in message headers, as they are parsed
736
and detected only when accessed. See :mod:`email.errors` for a detailed
737
- description of the possible parsing defects and
738
- :attr:`BaseHeader.defects<email.headerregistry.BaseHeader.defects>` for
739
- defects in headers.
+ description of the possible parsing defects and :attr:`BaseHeader.defects
+ <email.headerregistry.BaseHeader.defects>` for defects in headers.
740
741
.. class:: MIMEPart(policy=default)
742
0 commit comments