]> granicus.if.org Git - python/commitdiff
Extra NEWS formatting fix for 3.6
authorMartin Panter <vadmium+py@gmail.com>
Sun, 22 May 2016 03:10:11 +0000 (03:10 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 22 May 2016 03:10:11 +0000 (03:10 +0000)
Misc/NEWS

index ce20fe7077b5d8670f449858e5122f0201ca348b..363454df14087698c22fccdefb6d9c8daa0037ac 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1025,7 +1025,7 @@ Library
 IDLE
 ----
 
-- Issue 15348: Stop the debugger engine (normally in a user process)
+- Issue #15348: Stop the debugger engine (normally in a user process)
   before closing the debugger window (running in the IDLE process).
   This prevents the RuntimeErrors that were being caught and ignored.