We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fe658 commit c3c8e31Copy full SHA for c3c8e31
Doc/library/pdb.rst
@@ -695,7 +695,7 @@ can be overridden by the local file.
695
When using ``pdb.pm()`` or ``Pdb.post_mortem(...)`` with a chained exception
696
instead of a traceback, it allows the user to move between the
697
chained exceptions using ``exceptions`` command to list exceptions, and
698
- ``exception <number>`` to switch to that exception.
+ ``exceptions <number>`` to switch to that exception.
699
700
701
Example::
0 commit comments