Skip to content

Commit 2af22d2

Browse files
miss-islingtoncorona10
authored andcommitted
[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 bf50f10 commit 2af22d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

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

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

0 commit comments

Comments
 (0)