summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-08-09 18:23:14 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-08-09 18:23:14 (GMT)
commitfaeeab7ed76060d96743d0c63ab7416d46b82f6e (patch)
treef95982af8eb5396c5e6e972d7608b7b96ae29c7f
parentbe332e4ba7cffe4da7933ea21df1bbb50835666a (diff)
downloadcpython-faeeab7ed76060d96743d0c63ab7416d46b82f6e.zip
cpython-faeeab7ed76060d96743d0c63ab7416d46b82f6e.tar.gz
cpython-faeeab7ed76060d96743d0c63ab7416d46b82f6e.tar.bz2
Typo fix
-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 412c7a1..40808c9 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,7 +3,7 @@ What's New in IDLE 1.2c1?
*Release date: XX-AUG-2006*
-- When used w/o subprocess, all exceptions were preceeded by an error
+- When used w/o subprocess, all exceptions were preceded by an error
message claiming they were IDLE internal errors (since 1.2a1).
What's New in IDLE 1.2b3?