diff options
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 2 insertions, 2 deletions
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)). @@ -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 |