From 7ff1b62df035060ce7f4e8796d7d4f3f9d9d255b Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sun, 21 Aug 2016 00:18:49 -0400 Subject: [PATCH] Fix typo in IDLE News. --- Lib/idlelib/NEWS.txt | 2 +- Misc/NEWS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 9ba49237ca1d..4c96cbb5ac99 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -4,7 +4,7 @@ What's New in IDLE 2.7.13? - Issue #27714: text_textview and test_autocomplete now pass when re-run in the same process. This occurs when test_idle fails when run with the - -w option but without -jn. Fix warning tom test_config. + -w option but without -jn. Fix warning from test_config. - Issue #27452: add line counter and crc to IDLE configHandler test dump. diff --git a/Misc/NEWS b/Misc/NEWS index d4d7a7f3ee89..e393d322f90e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -84,7 +84,7 @@ IDLE - Issue #27714: text_textview and test_autocomplete now pass when re-run in the same process. This occurs when test_idle fails when run with the - -w option but without -jn. Fix warning tom test_config. + -w option but without -jn. Fix warning from test_config. - Issue #27452: add line counter and crc to IDLE configHandler test dump. -- 2.47.3