Skip to content

Commit 47d406f

Browse files
authored
gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293)
1 parent d45d5c2 commit 47d406f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ are always available. They are listed here in alphabetical order.
164164
:func:`sys.breakpointhook` can be set to some other function and
165165
:func:`breakpoint` will automatically call that, allowing you to drop into
166166
the debugger of choice.
167-
If :func:`sys.breakpointhook` is not available to be called, this function will
167+
If :func:`sys.breakpointhook` is not accessible, this function will
168168
raise :exc:`RuntimeError`.
169169

170170
.. audit-event:: builtins.breakpoint breakpointhook breakpoint

0 commit comments

Comments
 (0)