Skip to content

Commit 27c9856

Browse files
committed
trying to avoid docstring warning
1 parent 27aa460 commit 27c9856

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,9 +1184,8 @@ def value_counts(
11841184
bins : integer or iterable of numeric, optional
11851185
Rather than count individual values, group them into half-open bins.
11861186
Only works with numeric data.
1187-
If int, interpreted as number of bins and will use ``pd.cut``
1187+
If int, interpreted as number of bins and will use `pd.cut`.
11881188
If interable of numeric, will use provided numbers as bin endpoints.
1189-
11901189
dropna : bool, default True
11911190
Don't include counts of NaN.
11921191
If False and NaNs are present, NaN will be a key in the output.

0 commit comments

Comments
 (0)