Skip to content

Commit efd8aca

Browse files
gh-106670: Fix a typo in doc of pdb's exceptions command (#132277)
1 parent d753d8a commit efd8aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/pdb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ can be overridden by the local file.
769769
When using ``pdb.pm()`` or ``Pdb.post_mortem(...)`` with a chained exception
770770
instead of a traceback, it allows the user to move between the
771771
chained exceptions using ``exceptions`` command to list exceptions, and
772-
``exception <number>`` to switch to that exception.
772+
``exceptions <number>`` to switch to that exception.
773773

774774

775775
Example::

0 commit comments

Comments
 (0)