Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8edd2e9

Browse files
committed
Issue #11296: rsplit() mentioned twice for the same change.
1 parent edf5132 commit 8edd2e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2354,7 +2354,7 @@ A number of small performance enhancements have been added:
23542354
(Contributed by Antoine Pitrou; :issue:`3001`.)
23552355

23562356
* The fast-search algorithm in stringlib is now used by the :meth:`split`,
2357-
:meth:`rsplit`, :meth:`splitlines` and :meth:`replace` methods on
2357+
:meth:`splitlines` and :meth:`replace` methods on
23582358
:class:`bytes`, :class:`bytearray` and :class:`str` objects. Likewise, the
23592359
algorithm is also used by :meth:`rfind`, :meth:`rindex`, :meth:`rsplit` and
23602360
:meth:`rpartition`.

0 commit comments

Comments
 (0)