https://github.com/python/cpython/commit/efd8aca62c214dde6115822a659403fb05340680 commit: efd8aca62c214dde6115822a659403fb05340680 branch: main author: Tian Gao <gaogaotiant...@hotmail.com> committer: gaogaotiantian <gaogaotiant...@hotmail.com> date: 2025-04-08T12:19:16-04:00 summary:
gh-106670: Fix a typo in doc of pdb's exceptions command (#132277) files: M Doc/library/pdb.rst diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 75f4b370795282..8601f390aeb9c9 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -769,7 +769,7 @@ can be overridden by the local file. When using ``pdb.pm()`` or ``Pdb.post_mortem(...)`` with a chained exception instead of a traceback, it allows the user to move between the chained exceptions using ``exceptions`` command to list exceptions, and - ``exception <number>`` to switch to that exception. + ``exceptions <number>`` to switch to that exception. Example:: _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com