From: Tian Gao Date: Tue, 8 Apr 2025 16:19:16 +0000 (-0700) Subject: gh-106670: Fix a typo in doc of pdb's exceptions command (#132277) X-Git-Tag: v3.14.0b1~568 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efd8aca62c214dde6115822a659403fb05340680;p=thirdparty%2FPython%2Fcpython.git gh-106670: Fix a typo in doc of pdb's exceptions command (#132277) --- diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 75f4b3707952..8601f390aeb9 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 `` to switch to that exception. + ``exceptions `` to switch to that exception. Example::