Skip to content

Commit 792a66b

Browse files
gfyoungalanbato
authored andcommitted
DOC: Clarify 'it' in aggregate doc (pandas-dev#16989)
Closes pandas-devgh-16988.
1 parent 428451e commit 792a66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3152,7 +3152,7 @@ def pipe(self, func, *args, **kwargs):
31523152
(e.g., np.mean(arr_2d, axis=0)) as opposed to
31533153
mimicking the default Numpy behavior (e.g., np.mean(arr_2d)).
31543154
3155-
agg is an alias for aggregate. Use it.
3155+
`agg` is an alias for `aggregate`. Use the alias.
31563156
31573157
Returns
31583158
-------

0 commit comments

Comments
 (0)