Skip to content

Commit e79e661

Browse files
committed
Merge branch 'c-faulthandler' of https://github.com/ZeroIntensity/cpython into c-faulthandler
2 parents d5f7d4b + c17457f commit e79e661

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/library/faulthandler.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ Dumping the C stack
7575

7676
Dump the C stack trace of the current thread into *file*.
7777

78-
If the system doesn't support the C-level :manpage:`backtrace` or :manpage:`backtrace_symbols` functions,
79-
then an error message is displayed instead of the C stack.
78+
If the system does not support the C-level :manpage:`backtrace(3)`
79+
or :manpage:`backtrace_symbols(3)` functions, then an error message
80+
is displayed instead of the C stack.
8081

8182
Fault handler state
8283
-------------------
@@ -94,7 +95,7 @@ Fault handler state
9495
:ref:`issue with file descriptors <faulthandler-fd>`.
9596

9697
If *c_stack* is ``True``, then the C stack trace is printed after the Python
97-
traceback, unless the system doesn't support it. See :func:`dump_c_stack` for
98+
traceback, unless the system does not support it. See :func:`dump_c_stack` for
9899
more information on compatibility.
99100

100101
.. versionchanged:: 3.5

0 commit comments

Comments
 (0)