8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa118f0 commit 5f4588fCopy full SHA for 5f4588f
Doc/library/functions.rst
@@ -164,7 +164,7 @@ are always available. They are listed here in alphabetical order.
164
:func:`sys.breakpointhook` can be set to some other function and
165
:func:`breakpoint` will automatically call that, allowing you to drop into
166
the debugger of choice.
167
- If :func:`sys.breakpointhook` is not available to be called, this function will
+ If :func:`sys.breakpointhook` is not accessible, this function will
168
raise :exc:`RuntimeError`.
169
170
.. audit-event:: builtins.breakpoint breakpointhook breakpoint
0 commit comments