8000 gh-96197: Fix expression when :func:`sys.breakpointhook is missing (g… · python/cpython@5f4588f · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f4588f

Browse files
gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293)
(cherry picked from commit 47d406f) Co-authored-by: Dong-hee Na <donghee.na@python.org>
1 parent fa118f0 commit 5f4588f

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)
0