summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/whatsnew/3.11.rst2
1 files changed, 1 insertions, 1 deletions
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