mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -116,7 +116,7 @@ The :mod:`bdb` module also defines two classes:
|
|||
* ``"exception"``: An exception has occurred.
|
||||
* ``"c_call"``: A C function is about to be called.
|
||||
* ``"c_return"``: A C function has returned.
|
||||
* ``"c_exception"``: A C function has thrown an exception.
|
||||
* ``"c_exception"``: A C function has raised an exception.
|
||||
|
||||
For the Python events, specialized functions (see below) are called. For
|
||||
the C events, no action is taken.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue