]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-120397: Fix typo in NEWS entry (#120455)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Thu, 13 Jun 2024 16:53:45 +0000 (19:53 +0300)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 16:53:45 +0000 (18:53 +0200)
Misc/NEWS.d/next/Core and Builtins/2024-06-12-13-47-25.gh-issue-120397.n-I_cc.rst

index 05c55e8a45eb12724faa94995c085dc5592c8c27..24f046d9d89d51b5373545a0b6b420ebd3ee79f8 100644 (file)
@@ -1,2 +1,2 @@
-Improve the througput by up to two times for the :meth:`str.count`, :meth:`bytes.count` and :meth:`bytearray.count`
+Improve the throughput by up to two times for the :meth:`str.count`, :meth:`bytes.count` and :meth:`bytearray.count`
 methods for counting single characters.