summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author180909 <wjh180909@gmail.com>2021-10-12 18:22:05 (GMT)
committerGitHub <noreply@github.com>2021-10-12 18:22:05 (GMT)
commit2d21612f0dd84bf6d0ce35bcfcc9f0e1a41c202d (patch)
tree39e36547d08e676918d29331468a5d97982b9696
parent562c0d7398b9f34ff63a1dc77113dad96a93ce4e (diff)
downloadcpython-2d21612f0dd84bf6d0ce35bcfcc9f0e1a41c202d.zip
cpython-2d21612f0dd84bf6d0ce35bcfcc9f0e1a41c202d.tar.gz
cpython-2d21612f0dd84bf6d0ce35bcfcc9f0e1a41c202d.tar.bz2
Fix spelling in Misc (GH-28858)
-rw-r--r--Misc/HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 32d814c..805acf4 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -1225,7 +1225,7 @@ Library
- Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor
os.posix_fallocate() because their prototypes in system headers are wrong.
-- Issue #22517: When a io.BufferedRWPair object is deallocated, clear its
+- Issue #22517: When an io.BufferedRWPair object is deallocated, clear its
weakrefs.
- Issue #22448: Improve canceled timer handles cleanup to prevent