diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2022-02-13 02:12:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-13 02:12:21 (GMT) |
commit | 6331c08d1c3248ff47a7b8e0045c9023c9af672c (patch) | |
tree | 7922ff786022fdf063bc534d15a2917dfffe5074 /Doc | |
parent | cef91ca80c41749824eca1d4b2c99731e3d5f64c (diff) | |
download | cpython-6331c08d1c3248ff47a7b8e0045c9023c9af672c.zip cpython-6331c08d1c3248ff47a7b8e0045c9023c9af672c.tar.gz cpython-6331c08d1c3248ff47a7b8e0045c9023c9af672c.tar.bz2 |
bpo-45447: Fix entry in What's New 3.11 (GH-31307)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 43a112a..510ef86 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 |