]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45447: Fix entry in What's New 3.11 (GH-31307)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 13 Feb 2022 02:12:21 +0000 (21:12 -0500)
committerGitHub <noreply@github.com>
Sun, 13 Feb 2022 02:12:21 +0000 (21:12 -0500)
Doc/whatsnew/3.11.rst

index 43a112a0ca11293171e7d2623afc4ea8114dbe94..510ef86d42cc7878ed75f4d63f699a816650db09 100644 (file)
@@ -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