We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d753d8a commit efd8acaCopy full SHA for efd8aca
Doc/library/pdb.rst
@@ -769,7 +769,7 @@ can be overridden by the local file.
769
When using ``pdb.pm()`` or ``Pdb.post_mortem(...)`` with a chained exception
770
instead of a traceback, it allows the user to move between the
771
chained exceptions using ``exceptions`` command to list exceptions, and
772
- ``exception <number>`` to switch to that exception.
+ ``exceptions <number>`` to switch to that exception.
773
774
775
Example::
0 commit comments