From 5277ffe12d492939544ff9c54a3aaf448b913fb3 Mon Sep 17 00:00:00 2001 From: Dong-hee Na Date: Sat, 11 Sep 2021 19:05:55 +0000 Subject: bpo-44987: Fix typo whatsnew 3.11 (GH-28293) --- 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 254d722..4865404 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -288,7 +288,7 @@ Optimizations * :file:`.pdbrc` is now read with ``'utf-8'`` encoding. * Pure ASCII strings are now normalized in constant time by :func:`unicodedata.normalize`. - (Contributed by Dong-hee Na in :issue:`bpo-44987`.) + (Contributed by Dong-hee Na in :issue:`44987`.) CPython bytecode changes -- cgit v0.12