Skip to content

Commit 621a637

Browse files
authored
Update sys.rst
1 parent 922fb28 commit 621a637

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
@@ -174,10 +174,10 @@ always available.
174174
Call ``func(*args)``, while tracing is enabled. The tracing state is saved,
175175
and restored afterwards. This is intended to be called from a debugger from
176176
a checkpoint, to recursively debug or profile some other code.
177-
177+
178178
Tracing is suspended while calling a tracing function set by
179-
:func:`settrace` or :func:`setprofile` to avoid infinite recursion.
180-
:func:`call_tracing` enables explicit recursion of tracing function.
179+
:func:`settrace` or :func:`setprofile` to avoid infinite recursion.
180+
:func:`call_tracing` enables explicit recursion of tracing function.
181181

182182

183183
.. data:: copyright

0 commit comments

Comments
 (0)