From: Kirill Podoprigora Date: Thu, 13 Jun 2024 16:53:45 +0000 (+0300) Subject: gh-120397: Fix typo in NEWS entry (#120455) X-Git-Tag: v3.14.0a1~1505 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6af190f8d0c5dcb1a875072a30caee2eaf448483;p=thirdparty%2FPython%2Fcpython.git gh-120397: Fix typo in NEWS entry (#120455) --- diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-06-12-13-47-25.gh-issue-120397.n-I_cc.rst b/Misc/NEWS.d/next/Core and Builtins/2024-06-12-13-47-25.gh-issue-120397.n-I_cc.rst index 05c55e8a45eb..24f046d9d89d 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2024-06-12-13-47-25.gh-issue-120397.n-I_cc.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2024-06-12-13-47-25.gh-issue-120397.n-I_cc.rst @@ -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.