Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1641bb7

Browse files
committed
Fix typo
1 parent ede001a commit 1641bb7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/idlelib/NEWS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
What's New in IDLE 3.3?
22
=========================
33

4-
- IDLE can be launched as `python -m ildelib`
4+
- IDLE can be launched as `python -m idlelib`
55

66
- Issue #3573: IDLE hangs when passing invalid command line args
77
(directory(ies) instead of file(s)).

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Core and Builtins
3434
Library
3535
-------
3636

37-
- IDLE can be launched as python -m ildelib
37+
- IDLE can be launched as python -m idlelib
3838

3939
- Issue #14295: Add unittest.mock
4040

0 commit comments

Comments
 (0)