From bc7ecbe071b29768e3baaee5e1980f03fc7a882b Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 12 Feb 2022 19:58:46 -0500 Subject: [PATCH] bpo-45447: Fix entry in What's New 3.11 --- Doc/whatsnew/3.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 43a112a0ca1129..510ef86d42cc78 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