diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 8f020f3ac7992db..3d2bb8efc95d8eb 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -168,10 +168,12 @@ are always available. They are listed here in alphabetical order. If :func:`sys.breakpointhook` is not accessible, this function will raise :exc:`RuntimeError`. - By default (if :func:`sys.breakpointhook` has not been replaced), the - behavior of :func:`breakpoint` can be changed with the - :envvar:`PYTHONBREAKPOINT` environment variable. See - :func:`sys.breakpointhook` for details. + By default, the behavior of :func:`breakpoint` can be changed with + the :envvar:`PYTHONBREAKPOINT` environment variable. + See :func:`sys.breakpointhook` for usage details. + + Note that this is not guaranteed if :func:`sys.breakpointhook` + has been replaced. .. audit-event:: builtins.breakpoint breakpointhook breakpoint