Skip to content

Commit

Permalink
Remove SortedList.count link from SortedDict docs (not implemented). …
Browse files Browse the repository at this point in the history
…Use key in sd instead.
  • Loading branch information
grantjenks committed Feb 27, 2024
1 parent 92ef500 commit 94e2557
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sortedcontainers/sorteddict.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class SortedDict(dict):
* :func:`SortedList.bisect_left`
* :func:`SortedList.bisect_right`
* :func:`SortedList.count`
* :func:`SortedList.index`
* :func:`SortedList.irange`
* :func:`SortedList.islice`
Expand Down

0 comments on commit 94e2557

Please sign in to comment.