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 344f769 commit a3dc76bCopy full SHA for a3dc76b
Doc/library/email.compat32-message.rst
@@ -758,6 +758,5 @@ Here are the methods of the :class:`Message` class:
758
The *defects* attribute contains a list of problems found when parsing
759
this message, excluding defects in message headers, as they are parsed
760
and detected only when accessed. See :mod:`email.errors` for a detailed
761
- description of the possible parsing defects and
762
- :attr:`BaseHeader.defects<email.headerregistry.BaseHeader.defects>` for
763
- defects in headers.
+ description of the possible parsing defects and :attr:`BaseHeader.defects
+ <email.headerregistry.BaseHeader.defects>` for defects in headers.
0 commit comments