summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 82b3b72..cf634b7 100644
--- 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().