]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in news document (GH-122209)
authorXie Yanbo <xieyanbo@gmail.com>
Wed, 24 Jul 2024 06:49:58 +0000 (14:49 +0800)
committerGitHub <noreply@github.com>
Wed, 24 Jul 2024 06:49:58 +0000 (06:49 +0000)
Misc/NEWS.d/next/Core and Builtins/2024-06-13-12-17-52.gh-issue-120384.w1UBGl.rst

index 4a4db821ce29b8c311a90f4704d21e381f4bcbf1..65959ca2d28075208528729e3e3c309ab30b369e 100644 (file)
@@ -1,3 +1,3 @@
 Fix an array out of bounds crash in ``list_ass_subscript``, which could be
-invoked via some specificly tailored input: including concurrent modification
+invoked via some specifically tailored input: including concurrent modification
 of a list object, where one thread assigns a slice and another clears it.