From a1cfd9b6bf53870e8cf12b5833399095c43c384d Mon Sep 17 00:00:00 2001 From: Irit Katriel Date: Tue, 22 Dec 2020 10:08:09 +0000 Subject: [PATCH] Update 2020-08-28-23-07-53.bpo-24160.MSGnKr.rst --- .../next/Library/2020-08-28-23-07-53.bpo-24160.MSGnKr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2020-08-28-23-07-53.bpo-24160.MSGnKr.rst b/Misc/NEWS.d/next/Library/2020-08-28-23-07-53.bpo-24160.MSGnKr.rst index 41ebfa7c2c6..c0cfd87b878 100644 --- a/Misc/NEWS.d/next/Library/2020-08-28-23-07-53.bpo-24160.MSGnKr.rst +++ b/Misc/NEWS.d/next/Library/2020-08-28-23-07-53.bpo-24160.MSGnKr.rst @@ -1 +1 @@ -Fixed bug where breakpoints did not persist across multiple debugger sessions in pdb's interactive mode. \ No newline at end of file +Fixed bug where breakpoints did not persist across multiple debugger sessions in :mod:`pdb`'s interactive mode.