Skip to content

Commit a1b7197

Browse files
committed
fixed more minor style
1 parent 1276166 commit a1b7197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ 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.
11891189
11901190
dropna : bool, default True

0 commit comments

Comments
 (0)