]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-106670: Fix a typo in doc of pdb's exceptions command (GH-132277) (#132279)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Apr 2025 21:28:35 +0000 (23:28 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 21:28:35 +0000 (21:28 +0000)
gh-106670: Fix a typo in doc of pdb's exceptions command (GH-132277)
(cherry picked from commit efd8aca62c214dde6115822a659403fb05340680)

Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Doc/library/pdb.rst

index 15a9d7eec1b75b376bc30eeb92545cc52b451b11..b9016c132750ba43ef2f9f1389f7415eba26c444 100644 (file)
@@ -695,7 +695,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::