Skip to content

Commit

Permalink
CLN: docstring (#27410)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilkibun authored and WillAyd committed Jul 16, 2019
1 parent 24bd67e commit 5614dad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pandas/core/groupby/grouper.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ class Grouper:
level and/or axis parameters are given, a level of the index of the target
object.
These are local specifications and will override 'global' settings,
that is the parameters axis and level which are passed to the groupby
itself.
If `axis` and/or `level` are passed as keywords to both `Grouper` and
`groupby`, the values passed to `Grouper` take precedence.
Parameters
----------
Expand Down

0 comments on commit 5614dad

Please sign in to comment.