summaryrefslogtreecommitdiff
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 d272762250..0624c9a3ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,7 @@ Core and Builtins
Library
-------
-- Issue #12285: Fix error when distutils encounters symlink.
+- Issue #12885: Fix error when distutils encounters symlink.
- In the curses module, raise an error if window.getstr() or window.instr() is
passed a negative value.