Kaydet (Commit) 1641bb76 authored tarafından Éric Araujo's avatar Éric Araujo

Fix typo

üst ede001a8
What's New in IDLE 3.3? 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 - Issue #3573: IDLE hangs when passing invalid command line args
(directory(ies) instead of file(s)). (directory(ies) instead of file(s)).
......
...@@ -34,7 +34,7 @@ Core and Builtins ...@@ -34,7 +34,7 @@ Core and Builtins
Library Library
------- -------
- IDLE can be launched as python -m ildelib - IDLE can be launched as python -m idlelib
- Issue #14295: Add unittest.mock - Issue #14295: Add unittest.mock
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment