[Python-checkins] cpython (3.5): 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/37bc126f3473
changeset:   102816:37bc126f3473
branch:      3.5
parent:      102813:6c8dd4cb4ee7
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sun Aug 21 00:18:55 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 #25507: IDLE no longer runs buggy code because of its tkinter imports.
   Users must include the same imports required to run directly in Python.
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -142,7 +142,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 #25507: IDLE no longer runs buggy code because of its tkinter imports.
   Users must include the same imports required to run directly in Python.

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


More information about the Python-checkins mailing list