From 6331c08d1c3248ff47a7b8e0045c9023c9af672c Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 12 Feb 2022 21:12:21 -0500 Subject: [PATCH] bpo-45447: Fix entry in What's New 3.11 (GH-31307) --- 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 43a112a0ca1..510ef86d42c 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