diff options
author | Julien Palard <julien@palard.fr> | 2022-01-27 07:57:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 07:57:43 (GMT) |
commit | bcafab849e9063dd36a7fefb0162e0cf46b3c9b2 (patch) | |
tree | b7cc5385dbc1cba9808cc6b53420902f6b117697 /Doc/library/email.errors.rst | |
parent | b50322d20337ca468f2070eedb051a16ee1eba94 (diff) | |
download | cpython-bcafab849e9063dd36a7fefb0162e0cf46b3c9b2.zip cpython-bcafab849e9063dd36a7fefb0162e0cf46b3c9b2.tar.gz cpython-bcafab849e9063dd36a7fefb0162e0cf46b3c9b2.tar.bz2 |
[doc]: Spotted errors while working on rstlint. (GH-30879)
Also ignored some `make suspicious` false positives while assuring
true positives were properly seen by rstlint.
Diffstat (limited to 'Doc/library/email.errors.rst')
-rw-r--r-- | Doc/library/email.errors.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.errors.rst b/Doc/library/email.errors.rst index 7a77640..194a986 100644 --- a/Doc/library/email.errors.rst +++ b/Doc/library/email.errors.rst @@ -114,4 +114,4 @@ All defect classes are subclassed from :class:`email.errors.MessageDefect`. a multiple of 4). The encoded block was kept as-is. * :class:`InvalidDateDefect` -- When decoding an invalid or unparsable date field. - The original value is kept as-is.
\ No newline at end of file + The original value is kept as-is. |