mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Fix typo
This commit is contained in:
parent
ede001a832
commit
1641bb7669
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue