Skip to content

Commit 9806766

Browse files
Apply suggestions from code review
Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent 1ca8a16 commit 9806766

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/sys.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,8 +1420,8 @@ always available.
14201420
A C function has raised an exception. *arg* is the C function object.
14211421

14221422
.. 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
14251425
debugger breakpoint) see :func:`call_tracing`.
14261426

14271427
.. function:: setrecursionlimit(limit)
@@ -1486,7 +1486,7 @@ always available.
14861486

14871487
.. note::
14881488
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`.
14901490

14911491
The events have the following meaning:
14921492

0 commit comments

Comments
 (0)