diff options
author | Dong-hee Na <donghee.na@python.org> | 2021-09-11 19:05:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 19:05:55 (GMT) |
commit | 5277ffe12d492939544ff9c54a3aaf448b913fb3 (patch) | |
tree | dae9a548c6b4a9864d016cb6831ed3126b2c9b0b /Doc | |
parent | 9abd07e5963f966c4d6df8f4e4bf390ed8191066 (diff) | |
download | cpython-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.rst | 2 |
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 |