Skip to content

Commit 6b296d0

Browse files
nedbatAA-Turner
andcommitted
Update Doc/library/functions.rst
Co-authored-by: Adam Turner <[email protected]>
1 parent af9ee3f commit 6b296d0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Doc/library/functions.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,12 @@ are always available. They are listed here in alphabetical order.
168168
If :func:`sys.breakpointhook` is not accessible, this function will
169169
raise :exc:`RuntimeError`.
170170

171-
By default (if :func:`sys.breakpointhook` has not been replaced), the
172-
behavior of :func:`breakpoint` can be changed with the
173-
:envvar:`PYTHONBREAKPOINT` environment variable. See
174-
:func:`sys.breakpointhook` for details.
171+
By default, the behavior of :func:`breakpoint` can be changed with
172+
the :envvar:`PYTHONBREAKPOINT` environment variable.
173+
See :func:`sys.breakpointhook` for usage details.
174+
175+
Note that this is not guaranteed if :func:`sys.breakpointhook`
176+
has been replaced.
175177

176178
.. audit-event:: builtins.breakpoint breakpointhook breakpoint
177179

0 commit comments

Comments
 (0)