]> granicus.if.org Git - python/commitdiff
Fix typo in IDLE News.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 21 Aug 2016 04:18:49 +0000 (00:18 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 21 Aug 2016 04:18:49 +0000 (00:18 -0400)
Lib/idlelib/NEWS.txt
Misc/NEWS

index 9ba49237ca1dfaab78b0dca72e7ace40525b78a7..4c96cbb5ac995d909792245b934b801bf9993786 100644 (file)
@@ -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.
 
index d4d7a7f3ee89260bb18a99f3316dbd06360e9fb1..e393d322f90e07d10081f249011dc5a73abd434d 100644 (file)
--- 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.