Issue #11296: rsplit() mentioned twice for the same change.
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index d9af4e7..3829ce1 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -2354,7 +2354,7 @@
(Contributed by Antoine Pitrou; :issue:`3001`.)
* The fast-search algorithm in stringlib is now used by the :meth:`split`,
- :meth:`rsplit`, :meth:`splitlines` and :meth:`replace` methods on
+ :meth:`splitlines` and :meth:`replace` methods on
:class:`bytes`, :class:`bytearray` and :class:`str` objects. Likewise, the
algorithm is also used by :meth:`rfind`, :meth:`rindex`, :meth:`rsplit` and
:meth:`rpartition`.