Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use newly defined term in pdb docs
  • Loading branch information
ncoghlan committed May 20, 2024
commit 1e734608a7d8b9286419342667bdc3009d3ee3c2
2 changes: 1 addition & 1 deletion Doc/library/pdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The typical usage to inspect a crashed program is::
.. versionchanged:: 3.13
The implementation of :pep:`667` means that name assignments made via ``pdb``
will consistently and directly affect the active scope, even when running
Comment thread
ncoghlan marked this conversation as resolved.
Outdated
inside a function, generator, or coroutine.
inside an :term:`optimised scope`.


The module defines the following functions; each enters the debugger in a
Expand Down