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.