From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 8 Apr 2025 21:28:35 +0000 (+0200) Subject: [3.13] gh-106670: Fix a typo in doc of pdb's exceptions command (GH-132277) (#132279) X-Git-Tag: v3.13.4~312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3c8e315474d5c8653ad2296463ad15e67b011c8;p=thirdparty%2FPython%2Fcpython.git [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 efd8aca62c214dde6115822a659403fb05340680) Co-authored-by: Tian Gao --- diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 15a9d7eec1b7..b9016c132750 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -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 `` to switch to that exception. + ``exceptions `` to switch to that exception. Example::