From: Éric Araujo Date: Tue, 27 Mar 2012 03:35:31 +0000 (-0400) Subject: Fix typo X-Git-Tag: v3.3.0a2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1641bb7669ac82ca4c3b22a02b23d51c3a3d5d77;p=python Fix typo --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 8402a3a6bc..0187af53b1 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)). diff --git a/Misc/NEWS b/Misc/NEWS index 0c01755e4f..2acf6c0cb4 100644 --- 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