Skip to content

Commit 42c0908

Browse files
gaogaotiantianmiss-islington
authored andcommitted
pythongh-106670: Fix a typo in doc of pdb's exceptions command (pythonGH-132277)
(cherry picked from commit efd8aca) Co-authored-by: Tian Gao <[email protected]>
1 parent 8f6b0af commit 42c0908

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
@@ -695,7 +695,7 @@ can be overridden by the local file.
695695
When using ``pdb.pm()`` or ``Pdb.post_mortem(...)`` with a chained exception
696696
instead of a traceback, it allows the user to move between the
697697
chained exceptions using ``exceptions`` command to list exceptions, and
698-
``exception <number>`` to switch to that exception.
698+
``exceptions <number>`` to switch to that exception.
699699

700700

701701
Example::

0 commit comments

Comments
 (0)