Skip to content

Commit b06287e

Browse files
committed
docs: updating docs according to PR comment
1 parent 8f4b8c7 commit b06287e

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
@@ -417,7 +417,7 @@ class providing the base-class of operations.
417417
If a string is chosen, then it needs to be the string of the
418418
function you want to use.
419419
420-
IE: ``grouped.transform("sum")``.
420+
IE: ``pd.%(klass)s = grouped.transform("sum")``.
421421
422422
.. versionchanged:: 1.1.0
423423
*args

0 commit comments

Comments
 (0)