From: Terry Jan Reedy Date: Sun, 21 Aug 2016 04:18:55 +0000 (-0400) Subject: Fix typo in IDLE News. X-Git-Tag: v3.6.0b1~620^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f957705d66bb7501d5590520778183217c301c9;p=thirdparty%2FPython%2Fcpython.git Fix typo in IDLE News. --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index c00ba214cf02..b7ab98fc2f6d 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -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. diff --git a/Misc/NEWS b/Misc/NEWS index ff437a250ed9..3d2cc1939c6e 100644 --- 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.