Skip to content

Commit 94e2557

Browse files
committed
Remove SortedList.count link from SortedDict docs (not implemented). Use key in sd instead.
1 parent 92ef500 commit 94e2557

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/sortedcontainers/sorteddict.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ class SortedDict(dict):
9595
9696
* :func:`SortedList.bisect_left`
9797
* :func:`SortedList.bisect_right`
98-
* :func:`SortedList.count`
9998
* :func:`SortedList.index`
10099
* :func:`SortedList.irange`
101100
* :func:`SortedList.islice`

0 commit comments

Comments
 (0)