Fix typo in IDLE News.

This commit is contained in:
Terry Jan Reedy 2016-08-21 00:18:55 -04:00
parent d3fb55797b
commit 9f957705d6
2 changed files with 2 additions and 2 deletions

View 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.

View file

@ -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.