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
Fix an indent
  • Loading branch information
gaogaotiantian committed Mar 23, 2023
commit 6d8503d20e9dded772bbe3c25fb0c74db6892586
2 changes: 1 addition & 1 deletion Doc/library/pdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ can be overridden by the local file.
.. pdbcommand:: debug code

Enter a recursive debugger that steps through *code*
(which is an arbitrary expression or statement to be
(which is an arbitrary expression or statement to be
executed in the current environment).

.. pdbcommand:: retval
Expand Down