From 41170b47d724bd62c608f976ee84f9a5d629ef4f Mon Sep 17 00:00:00 2001 From: Tian Gao Date: Sun, 12 Jan 2025 23:57:29 -0500 Subject: [PATCH] Remove the extra blank line --- Doc/library/pdb.rst | 1 - 1 file changed, 1 deletion(-) 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