summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorGurupad Hegde <gurupad93@gmail.com>2019-12-28 22:16:02 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2019-12-28 22:16:02 (GMT)
commit6c7bb38ff2799ac218e6df598b2b262f89e2bc1e (patch)
tree1c7a05153ff747a88c4462a71abc7905fc0ad597 /Lib/idlelib
parent98f0f04b5016e63561d313a3446b7b58f2c12611 (diff)
downloadcpython-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.txt2
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