Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf5132 commit 8edd2e9Copy full SHA for 8edd2e9
1 file changed
Doc/whatsnew/3.2.rst
@@ -2354,7 +2354,7 @@ A number of small performance enhancements have been added:
2354
(Contributed by Antoine Pitrou; :issue:`3001`.)
2355
2356
* The fast-search algorithm in stringlib is now used by the :meth:`split`,
2357
- :meth:`rsplit`, :meth:`splitlines` and :meth:`replace` methods on
+ :meth:`splitlines` and :meth:`replace` methods on
2358
:class:`bytes`, :class:`bytearray` and :class:`str` objects. Likewise, the
2359
algorithm is also used by :meth:`rfind`, :meth:`rindex`, :meth:`rsplit` and
2360
:meth:`rpartition`.
0 commit comments