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