Skip to content
Closed
Changes from all commits
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
2 changes: 1 addition & 1 deletion Doc/library/pdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ slightly different way:
.. function:: post_mortem(traceback=None)

Enter post-mortem debugging of the given *traceback* object. If no
*traceback* is given, it uses the one of the exception that is currently
*traceback* is given, it uses one of the exceptions that is currently
being handled (an exception must be being handled if the default is to be
used).

Expand Down
Loading