[Python-checkins] cpython: Fix typo

eric.araujo python-checkins at python.org
Tue Mar 27 05:35:37 CEST 2012


http://hg.python.org/cpython/rev/6982f460fa6d
changeset:   75963:6982f460fa6d
user:        Éric Araujo <merwok at netwok.org>
date:        Mon Mar 26 23:35:31 2012 -0400
summary:
  Fix typo

files:
  Lib/idlelib/NEWS.txt |  2 +-
  Misc/NEWS            |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
--- 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)).
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,7 +34,7 @@
 Library
 -------
 
-- IDLE can be launched as python -m ildelib
+- IDLE can be launched as python -m idlelib
 
 - Issue #14295: Add unittest.mock
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list