summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 39a79c2..080533a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -171,7 +171,7 @@ Library
- Issue #17073: Fix some integer overflows in sqlite3 module.
-- Issue #17114: IDLE now uses non-strict config parser.
+- Issue #17114: IDLE now uses non-strict config parser.
- Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
is automatically closed.