Skip to content

Commit 7c51d54

Browse files
author
y-p
committed
Merge pull request #2822 from rgieseke/patch-3
DOC: Fix typos
2 parents bd7fdc3 + a2e55aa commit 7c51d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
arg : function or dict
2626
Function to use for aggregating groups. If a function, must either
2727
work when passed a DataFrame or when passed to DataFrame.apply. If
28-
pass a dict, the keys must be DataFrame column names
28+
passed a dict, the keys must be DataFrame column names.
2929
3030
Notes
3131
-----

0 commit comments

Comments
 (0)