https://github.com/python/cpython/commit/6af190f8d0c5dcb1a875072a30caee2eaf448483 commit: 6af190f8d0c5dcb1a875072a30caee2eaf448483 branch: main author: Kirill Podoprigora <kirill.ba...@mail.ru> committer: erlend-aasland <erlend.aasl...@protonmail.com> date: 2024-06-13T18:53:45+02:00 summary:
gh-120397: Fix typo in NEWS entry (#120455) files: M Misc/NEWS.d/next/Core and Builtins/2024-06-12-13-47-25.gh-issue-120397.n-I_cc.rst 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 05c55e8a45eb12..24f046d9d89d51 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. _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com