]> granicus.if.org Git - python/commitdiff
Fix issue # in Misc/NEWS (should be #15187, not 15817.)
authorLarry Hastings <larry@hastings.org>
Tue, 26 Jun 2012 07:15:17 +0000 (00:15 -0700)
committerLarry Hastings <larry@hastings.org>
Tue, 26 Jun 2012 07:15:17 +0000 (00:15 -0700)
Misc/NEWS

index 82b3b72ad293f7d9d65434e8aea8707ffaf405d0..cf634b778c0b8865f996db8e54bc1228014037a6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,7 +58,7 @@ Core and Builtins
 Library
 -------
 
-- Issue #15817: Bugfix: remove temporary directories test_shutil was leaving
+- Issue #15187: Bugfix: remove temporary directories test_shutil was leaving
   behind.
 
 - Issue #15177: Added dir_fd parameter to os.fwalk().