File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
8182Fault 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
You can’t perform that action at this time.
0 commit comments