summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-03-27 03:35:31 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-03-27 03:35:31 (GMT)
commit1641bb7669ac82ca4c3b22a02b23d51c3a3d5d77 (patch)
treeff752b502857a4cc05e89412212bcce1604b5801 /Lib
parentede001a8328144e6ed58deda3dd3bb3bedc2c2b5 (diff)
downloadcpython-1641bb7669ac82ca4c3b22a02b23d51c3a3d5d77.zip
cpython-1641bb7669ac82ca4c3b22a02b23d51c3a3d5d77.tar.gz
cpython-1641bb7669ac82ca4c3b22a02b23d51c3a3d5d77.tar.bz2
Fix typo
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 8402a3a..0187af5 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,7 +1,7 @@
What's New in IDLE 3.3?
=========================
-- IDLE can be launched as `python -m ildelib`
+- IDLE can be launched as `python -m idlelib`
- Issue #3573: IDLE hangs when passing invalid command line args
(directory(ies) instead of file(s)).