Skip to content

Commit 9b2d38c

Browse files
committed
Correct SortedValuesView docstring
1 parent 7d6a28c commit 9b2d38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sortedcontainers/sorteddict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ class SortedValuesView(ValuesView, Sequence):
688688
689689
When the sorted dict's values change, the view reflects those changes.
690690
691-
The values view implements the set and sequence abstract base classes.
691+
The values view implements the sequence abstract base class.
692692
693693
"""
694694
__slots__ = ()

0 commit comments

Comments
 (0)