Skip to content

Commit c3c8e31

Browse files
[3.13] gh-106670: Fix a typo in doc of pdb's exceptions command (GH-132277) (#132279)
gh-106670: Fix a typo in doc of pdb's exceptions command (GH-132277) (cherry picked from commit efd8aca) Co-authored-by: Tian Gao <[email protected]>
1 parent 10fe658 commit c3c8e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/pdb.rst

+1-1
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)