diff options
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index c15e55b..0661d7d 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -890,7 +890,7 @@ always available. A C function has returned. *arg* is ``None``. ``'c_exception'`` - A C function has thrown an exception. *arg* is ``None``. + A C function has raised an exception. *arg* is ``None``. Note that as an exception is propagated down the chain of callers, an ``'exception'`` event is generated at each level. |