mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293)
This commit is contained in:
parent
d45d5c277a
commit
47d406ffc4
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ are always available. They are listed here in alphabetical order.
|
|||
:func:`sys.breakpointhook` can be set to some other function and
|
||||
:func:`breakpoint` will automatically call that, allowing you to drop into
|
||||
the debugger of choice.
|
||||
If :func:`sys.breakpointhook` is not available to be called, this function will
|
||||
If :func:`sys.breakpointhook` is not accessible, this function will
|
||||
raise :exc:`RuntimeError`.
|
||||
|
||||
.. audit-event:: builtins.breakpoint breakpointhook breakpoint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue