From 0dfc025cccc5adf4f209e2421c7686b1e637eeae Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 24 Aug 2019 17:32:33 -0400 Subject: [PATCH] Fix typo and rearrange words in IDLE news item (GH-15471) Redo of #15402 by GeeTransit and Kyle Stanley. --- Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst b/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst index a44fd3b59b4f9f..2a5b0bd0e90c29 100644 --- a/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst +++ b/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst @@ -1 +1 @@ -IDLE - Refactor autocompete and improve testing. +Refactor IDLE autocomplete and improve testing.