Skip to content

Commit 60753c6

Browse files
Update pandas/core/groupby/groupby.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent e68c873 commit 60753c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ class providing the base-class of operations.
416416
--------
417417
{klass}.GroupBy.apply : Apply function func group-wise
418418
and combine the results together.
419-
{klass}.GroupBy.transform : Transforms the Series on each group
419+
{klass}GroupBy.transform : Transforms the Series on each group
420420
based on the given function.
421421
{klass}.aggregate : Aggregate using one or more operations.
422422

0 commit comments

Comments
 (0)