Skip to content

Commit c4a75fd

Browse files
Remove note
1 parent a893080 commit c4a75fd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Doc/library/time-complexity.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ Notes
312312
input. Forward searches instead use a more elaborate algorithm with a
313313
linear worst case, described in
314314
:source:`Objects/stringlib/stringlib_find_two_way_notes.txt`.
315-
``s.rpartition(x)`` and ``s.rsplit(x)`` search backwards too, with the same
316-
complexity.
317315
318316
.. [11] Assuming :class:`int` or :class:`bool` arguments. For other types,
319317
the range is searched like any other sequence in *O*\ (*n*) time.

0 commit comments

Comments
 (0)