]> granicus.if.org Git - python/commitdiff
Fix issue number.
authorGeorg Brandl <georg@python.org>
Sun, 23 Sep 2012 09:17:01 +0000 (11:17 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 23 Sep 2012 09:17:01 +0000 (11:17 +0200)
Misc/NEWS

index bd44af5fd186bff2a3f39c2141657f38505b5466..957ee60595d4b5d5ced18b19e075edb29d55b8b5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,7 +39,7 @@ Extension Modules
 - Issue #15977: Fix memory leak in Modules/_ssl.c when the function
   _set_npn_protocols() is called multiple times, thanks to Daniel Sommermann.
 
-- Issue #5969: faulthandler module: rename dump_tracebacks_later() to
+- Issue #15969: faulthandler module: rename dump_tracebacks_later() to
   dump_traceback_later() and cancel_dump_tracebacks_later() to
   cancel_dump_traceback_later().