summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-08-21 04:18:55 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-08-21 04:18:55 (GMT)
commit9f957705d66bb7501d5590520778183217c301c9 (patch)
tree597fcc4fad62bf7bc6801471c97e788b97979fe8 /Lib
parentd3fb55797bf7d759e37a57633a40b1df5fd41350 (diff)
downloadcpython-9f957705d66bb7501d5590520778183217c301c9.zip
cpython-9f957705d66bb7501d5590520778183217c301c9.tar.gz
cpython-9f957705d66bb7501d5590520778183217c301c9.tar.bz2
Fix typo in IDLE News.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/NEWS.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index c00ba21..b7ab98f 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.