]> granicus.if.org Git - python/commitdiff
Fix typo
authorÉric Araujo <merwok@netwok.org>
Tue, 27 Mar 2012 03:35:31 +0000 (23:35 -0400)
committerÉric Araujo <merwok@netwok.org>
Tue, 27 Mar 2012 03:35:31 +0000 (23:35 -0400)
Lib/idlelib/NEWS.txt
Misc/NEWS

index 8402a3a6bccb2753bbae5f9128d8839ae85d522a..0187af53b1316da94f72d1319d3534c32aff53d9 100644 (file)
@@ -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)).
index 0c01755e4fcc17f7e81f0fdbc80da55eaf10fe4d..2acf6c0cb46cdfd71876a55d7d9846f81cc4fe24 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,7 +34,7 @@ Core and Builtins
 Library
 -------
 
-- IDLE can be launched as python -m ildelib
+- IDLE can be launched as python -m idlelib
 
 - Issue #14295: Add unittest.mock