summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d272762..0624c9a 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.