Skip to content

Commit d0865a1

Browse files
committed
fix function name
1 parent 7816f2e commit d0865a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pandas/core/groupby/groupby.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@ class providing the base-class of operations.
201201
202202
See Also
203203
--------
204-
Series.min : Return the min of the group values.
205-
DataFrame.min : Return the min of the group values.
206-
Series.max : Return the max of the group values.
207-
DataFrame.max : Return the max of the group values.
208-
Series.sum : Return the sum of the group values.
209-
DataFrame.sum : Return the sum of the group values.
204+
SeriesGroupBy.min : Return the min of the group values.
205+
DataFrameGroupBy.min : Return the min of the group values.
206+
SeriesGroupBy.max : Return the max of the group values.
207+
DataFrameGroupBy.max : Return the max of the group values.
208+
SeriesGroupBy.sum : Return the sum of the group values.
209+
DataFrameGroupBy.sum : Return the sum of the group values.
210210
211211
Examples
212212
--------

0 commit comments

Comments
 (0)