summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na@python.org>2021-09-11 19:05:55 (GMT)
committerGitHub <noreply@github.com>2021-09-11 19:05:55 (GMT)
commit5277ffe12d492939544ff9c54a3aaf448b913fb3 (patch)
treedae9a548c6b4a9864d016cb6831ed3126b2c9b0b /Doc
parent9abd07e5963f966c4d6df8f4e4bf390ed8191066 (diff)
downloadcpython-5277ffe12d492939544ff9c54a3aaf448b913fb3.zip
cpython-5277ffe12d492939544ff9c54a3aaf448b913fb3.tar.gz
cpython-5277ffe12d492939544ff9c54a3aaf448b913fb3.tar.bz2
bpo-44987: Fix typo whatsnew 3.11 (GH-28293)
Diffstat (limited to 'Doc')
-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