Skip to content

Commit

Permalink
DOC: Clarify 'it' in aggregate doc (#16989)
Browse files Browse the repository at this point in the history
Closes gh-16988.
  • Loading branch information
gfyoung authored Jul 17, 2017
1 parent 692b5ee commit ea487fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3152,7 +3152,7 @@ def pipe(self, func, *args, **kwargs):
(e.g., np.mean(arr_2d, axis=0)) as opposed to
mimicking the default Numpy behavior (e.g., np.mean(arr_2d)).
agg is an alias for aggregate. Use it.
`agg` is an alias for `aggregate`. Use the alias.
Returns
-------
Expand Down

0 comments on commit ea487fc

Please sign in to comment.