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 37f2209d93..fe86680b3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -228,7 +228,7 @@ Documentation
Tools/Demos
-----------
-- Issue #14965: Fix missing support for starred assignments in
+- Issue #14695: Fix missing support for starred assignments in
Tools/parser/unparse.py.