mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Terminology fix: exceptions are raised, except in generator.throw().
This commit is contained in:
parent
e8e02e3b5b
commit
7cb1319688
17 changed files with 32 additions and 32 deletions
|
@ -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`.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue