Skip to content

Commit 7f485f7

Browse files
authored
Updated docstrings for missing description: fix SA04
pandas-dev Issue pandas-dev#28792
1 parent bc23a8e commit 7f485f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/interval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ def value_counts(self, dropna=True):
820820
821821
See Also
822822
--------
823-
Series.value_counts
823+
Series.value_counts: Return a Series containing counts of unique values.
824824
"""
825825
# TODO: implement this is a non-naive way!
826826
return value_counts(np.asarray(self), dropna=dropna)

0 commit comments

Comments
 (0)