File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1420,8 +1420,8 @@ always available.
1420
1420
A C function has raised an exception. *arg * is the C function object.
1421
1421
1422
1422
.. note ::
1423
- The same tracing mechanism is used for :func: `setprofile ` than :func: `settrace `.
1424
- To trace calls with :func: `setprofile ` inside a tracing function (e.g. in a
1423
+ The same tracing mechanism is used for :func: `! setprofile ` as :func: `settrace `.
1424
+ To trace calls with :func: `! setprofile ` inside a tracing function (e.g. in a
1425
1425
debugger breakpoint) see :func: `call_tracing `.
1426
1426
1427
1427
.. function :: setrecursionlimit(limit)
@@ -1486,7 +1486,7 @@ always available.
1486
1486
1487
1487
.. note ::
1488
1488
Tracing is disabled while calling the trace function (e.g. a function set by
1489
- :func: `settrace ` or :func: ` setprofile `). For recursive tracing see :func: `call_tracing `.
1489
+ :func: `! settrace `). For recursive tracing see :func: `call_tracing `.
1490
1490
1491
1491
The events have the following meaning:
1492
1492
You can’t perform that action at this time.
0 commit comments