Fixed issue number for issue #22939.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0e41300..cdcaff2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,7 @@
 Core and Builtins
 -----------------
 
-- Issue #23985: Fixed integer overflow in iterator object.  Original patch by
+- Issue #22939: Fixed integer overflow in iterator object.  Original patch by
   Clement Rouault.
 
 - Issue #24102: Fixed exception type checking in standard error handlers.