]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-106670: Fix a typo in doc of pdb's exceptions command (#132277)
authorTian Gao <gaogaotiantian@hotmail.com>
Tue, 8 Apr 2025 16:19:16 +0000 (09:19 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 16:19:16 +0000 (12:19 -0400)
Doc/library/pdb.rst

index 75f4b37079528293ec38cd41522781f975bb5202..8601f390aeb9c9d5baacf3279d931cfc35dece5b 100644 (file)
@@ -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::