diff --git a/pandas/core/groupby/groupby.py b/pandas/core/groupby/groupby.py index 5b718f0ce2a29..79fe78b7e5405 100644 --- a/pandas/core/groupby/groupby.py +++ b/pandas/core/groupby/groupby.py @@ -414,9 +414,9 @@ class providing the base-class of operations. See Also -------- -{klass}.groupby.apply : Apply function func group-wise +{klass}GroupBy.apply : Apply function func group-wise and combine the results together. -{klass}.groupby.transform : Transforms the Series on each group +{klass}GroupBy.transform : Transforms the Series on each group based on the given function. {klass}.aggregate : Aggregate using one or more operations.