Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7098685

Browse files
committed
Fix markup.
1 parent f309134 commit 7098685

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/faulthandler.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Dump the tracebacks after a timeout
6969

7070
Dump the tracebacks of all threads, after a timeout of *timeout* seconds, or
7171
each *timeout* seconds if *repeat* is ``True``. If *exit* is True, call
72-
:cfunc:`_exit` with status=1 after dumping the tracebacks to terminate
73-
immediatly the process, which is not safe. For example, :cfunc:`_exit`
72+
:c:func:`_exit` with status=1 after dumping the tracebacks to terminate
73+
immediatly the process, which is not safe. For example, :c:func:`_exit`
7474
doesn't flush file buffers. If the function is called twice, the new call
7575
replaces previous parameters (resets the timeout). The timer has a
7676
sub-second resolution.

0 commit comments

Comments
 (0)