From: Terry Jan Reedy Date: Sun, 13 Feb 2022 02:12:21 +0000 (-0500) Subject: bpo-45447: Fix entry in What's New 3.11 (GH-31307) X-Git-Tag: v3.11.0a6~222 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6331c08d1c3248ff47a7b8e0045c9023c9af672c;p=thirdparty%2FPython%2Fcpython.git bpo-45447: Fix entry in What's New 3.11 (GH-31307) --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 43a112a0ca11..510ef86d42cc 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -231,7 +231,7 @@ fractions IDLE and idlelib ---------------- -* IDLE now applies syntax highlighting to `.pyi` files. (Contributed by Alex +* Apply syntax highlighting to `.pyi` files. (Contributed by Alex Waygood and Terry Jan Reedy in :issue:`45447`.) inspect