[Python-checkins] cpython (2.7): Fix typo in IDLE News.

terry.reedy python-checkins at python.org
Sun Aug 21 00:20:50 EDT 2016


https://hg.python.org/cpython/rev/3e0f8acf786c
changeset:   102815:3e0f8acf786c
branch:      2.7
parent:      102812:0e48480f48ad
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sun Aug 21 00:18:49 2016 -0400
summary:
  Fix typo in IDLE News.

files:
  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
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -4,7 +4,7 @@
 
 - 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
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,7 +84,7 @@
 
 - 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list