mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
fix indentation and a sphinx warning
This commit is contained in:
parent
5ab9c3badb
commit
050f4adcb4
1 changed files with 4 additions and 5 deletions
|
@ -712,8 +712,7 @@ always available.
|
|||
single: debugger
|
||||
|
||||
Set the system's trace function, which allows you to implement a Python
|
||||
source code debugger in Python. See section :ref:`debugger-hooks` in the
|
||||
chapter on the Python debugger. The function is thread-specific; for a
|
||||
source code debugger in Python. The function is thread-specific; for a
|
||||
debugger to support multiple threads, it must be registered using
|
||||
:func:`settrace` for each thread being debugged.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue