diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 15a9d7eec1b75b..b9016c132750ba 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::