Skip to content

Commit 1ca8a16

Browse files
authored
Update sys.rst
1 parent 766ff10 commit 1ca8a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sys.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ always available.
14181418

14191419
``'c_exception'``
14201420
A C function has raised an exception. *arg* is the C function object.
1421-
1421+
14221422
.. note::
14231423
The same tracing mechanism is used for :func:`setprofile` than :func:`settrace`.
14241424
To trace calls with :func:`setprofile` inside a tracing function (e.g. in a
@@ -1483,7 +1483,7 @@ always available.
14831483

14841484
If there is any error occurred in the trace function, it will be unset, just
14851485
like ``settrace(None)`` is called.
1486-
1486+
14871487
.. note::
14881488
Tracing is disabled while calling the trace function (e.g. a function set by
14891489
:func:`settrace` or :func:`setprofile`). For recursive tracing see :func:`call_tracing`.

0 commit comments

Comments
 (0)