From: Terry Jan Reedy Date: Sun, 21 Aug 2016 04:18:49 +0000 (-0400) Subject: Fix typo in IDLE News. X-Git-Tag: v2.7.13rc1~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ff1b62df035060ce7f4e8796d7d4f3f9d9d255b;p=python Fix typo in IDLE News. --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 9ba49237ca..4c96cbb5ac 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 d4d7a7f3ee..e393d322f9 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.