From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 24 Aug 2019 21:44:22 +0000 (-0700) Subject: Fix typo and rearrange words in IDLE news item (GH-15471) X-Git-Tag: v3.7.5rc1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6802d8a2ea50fae3ee0079622d1402ea83e441e;p=thirdparty%2FPython%2Fcpython.git Fix typo and rearrange words in IDLE news item (GH-15471) Redo of GH-15402 by GeeTransit and Kyle Stanley. (cherry picked from commit 0dfc025cccc5adf4f209e2421c7686b1e637eeae) Co-authored-by: Terry Jan Reedy --- 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 a44fd3b59b4f..2a5b0bd0e90c 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.