From: Dong-hee Na Date: Sat, 11 Sep 2021 19:05:55 +0000 (+0000) Subject: bpo-44987: Fix typo whatsnew 3.11 (GH-28293) X-Git-Tag: v3.11.0a1~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5277ffe12d492939544ff9c54a3aaf448b913fb3;p=thirdparty%2FPython%2Fcpython.git bpo-44987: Fix typo whatsnew 3.11 (GH-28293) --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 254d7224a7a5..48654040f4a8 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