File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments