]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44987: Fix typo whatsnew 3.11 (GH-28293)
authorDong-hee Na <donghee.na@python.org>
Sat, 11 Sep 2021 19:05:55 +0000 (19:05 +0000)
committerGitHub <noreply@github.com>
Sat, 11 Sep 2021 19:05:55 +0000 (04:05 +0900)
Doc/whatsnew/3.11.rst

index 254d7224a7a502218ed8cbc93d5e8060930c332b..48654040f4a8944423d72804383d9005824a435a 100644 (file)
@@ -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