]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293)
authorDong-hee Na <donghee.na@python.org>
Fri, 26 Aug 2022 01:43:02 +0000 (10:43 +0900)
committerGitHub <noreply@github.com>
Fri, 26 Aug 2022 01:43:02 +0000 (10:43 +0900)
Doc/library/functions.rst

index fbde9129274e9567738e0551321a005899837b36..93e2f5b26a74c9409ecb3d75b1291bf3b2bb7299 100644 (file)
@@ -164,7 +164,7 @@ are always available.  They are listed here in alphabetical order.
    :func:`sys.breakpointhook` can be set to some other function and
    :func:`breakpoint` will automatically call that, allowing you to drop into
    the debugger of choice.
-   If :func:`sys.breakpointhook` is not available to be called, this function will
+   If :func:`sys.breakpointhook` is not accessible, this function will
    raise :exc:`RuntimeError`.
 
    .. audit-event:: builtins.breakpoint breakpointhook breakpoint