Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dbd0b7b

Browse files
authored
Update Doc/library/pdb.rst
1 parent 186c6b5 commit dbd0b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/pdb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ can be overridden by the local file.
666666

667667
out()
668668

669-
calling ``pdb.pm()`` will allow to move between exceptions:
669+
calling ``pdb.pm()`` will allow to move between exceptions::
670670

671671
> example.py(5)out()
672672
-> raise ValueError("reraise middle() error") from e

0 commit comments

Comments
 (0)