diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 5933573fbcbea3..50cafc1e2d823d 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -173,7 +173,6 @@ slightly different way: :func:`set_trace` will enter the debugger immediately, rather than on the next line of code to be executed. - .. function:: post_mortem(t=None) Enter post-mortem debugging of the given exception or