summaryrefslogtreecommitdiff
path: root/Doc/library/email.errors.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/email.errors.rst')
-rw-r--r--Doc/library/email.errors.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.errors.rst b/Doc/library/email.errors.rst
index 7a0c52a67e..06598d5941 100644
--- a/Doc/library/email.errors.rst
+++ b/Doc/library/email.errors.rst
@@ -17,7 +17,7 @@ The following exception classes are defined in the :mod:`email.errors` module:
.. exception:: MessageParseError()
- This is the base class for exceptions thrown by the :class:`~email.parser.Parser`
+ This is the base class for exceptions raised by the :class:`~email.parser.Parser`
class. It is derived from :exc:`MessageError`.