Skip to content

Commit b7d164d

Browse files
Update Doc/library/sys.rst
Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent 621a637 commit b7d164d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ always available.
177177

178178
Tracing is suspended while calling a tracing function set by
179179
:func:`settrace` or :func:`setprofile` to avoid infinite recursion.
180-
:func:`call_tracing` enables explicit recursion of tracing function.
180+
:func:`!call_tracing` enables explicit recursion of the tracing function.
181181

182182

183183
.. data:: copyright

0 commit comments

Comments
 (0)