summaryrefslogtreecommitdiffstats
path: root/Lib/email/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/email/errors.py')
-rw-r--r--Lib/email/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/errors.py b/Lib/email/errors.py
index 1d258c3..3ad0056 100644
--- a/Lib/email/errors.py
+++ b/Lib/email/errors.py
@@ -110,4 +110,4 @@ class NonASCIILocalPartDefect(HeaderDefect):
# parsing messages decoded from binary.
class InvalidDateDefect(HeaderDefect):
- """Header has unparseable or invalid date"""
+ """Header has unparsable or invalid date"""