diff options
author | Gurupad Hegde <gurupad93@gmail.com> | 2019-12-28 22:16:02 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-12-28 22:16:02 (GMT) |
commit | 6c7bb38ff2799ac218e6df598b2b262f89e2bc1e (patch) | |
tree | 1c7a05153ff747a88c4462a71abc7905fc0ad597 /Lib/idlelib | |
parent | 98f0f04b5016e63561d313a3446b7b58f2c12611 (diff) | |
download | cpython-6c7bb38ff2799ac218e6df598b2b262f89e2bc1e.zip cpython-6c7bb38ff2799ac218e6df598b2b262f89e2bc1e.tar.gz cpython-6c7bb38ff2799ac218e6df598b2b262f89e2bc1e.tar.bz2 |
bpo-39136: Fixed typos (GH-17720)
funtion -> function; configuraton -> configuration; defintitions -> definitions;
focusses -> focuses; necesarily -> necessarily; follwing -> following;
Excape -> Escape,
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 304cf63..cbf55d9 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -6,7 +6,7 @@ Released on 2020-10-05? bpo-38943: Fix autocomplete windows not always appearing on some systems. Patch by Johnny Najera. -bpo-38944: Excape key now closes IDLE completion windows. Patch by +bpo-38944: Escape key now closes IDLE completion windows. Patch by Johnny Najera. bpo-38862: 'Strip Trailing Whitespace' on the Format menu removes extra |