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

index c00ba214cf02f12514da247de32c356cdc64bd8e..b7ab98fc2f6d2b5ba9290f72bef624186e4fe093 100644 (file)
@@ -4,7 +4,7 @@ What's New in IDLE 3.5.3?
 
 - 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 #25507: IDLE no longer runs buggy code because of its tkinter imports.
   Users must include the same imports required to run directly in Python.
index ff437a250ed9f1f50e76e452d3dae5bad8182552..3d2cc1939c6e4c79c8f7fd5900d06ec8153b1561 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -142,7 +142,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 #25507: IDLE no longer runs buggy code because of its tkinter imports.
   Users must include the same imports required to run directly in Python.