Skip to content

Commit 19ec4d4

Browse files
[3.11] gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293) (#96294)
(cherry picked from commit 47d406f) Co-authored-by: Dong-hee Na <[email protected]>
1 parent c9eacc8 commit 19ec4d4

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)