Skip to content

Commit

Permalink
DOC: remove grammar duplication in groupby docs (#21534)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored and jorisvandenbossche committed Jun 19, 2018
1 parent 6d34657 commit 71c53f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/source/groupby.rst
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,7 @@ match the shape of the input array.
data_range = lambda x: x.max() - x.min()
ts.groupby(key).transform(data_range)
Alternatively the built-in methods can be could be used to produce the same
outputs
Alternatively, the built-in methods could be used to produce the same outputs.

.. ipython:: python
Expand Down

0 comments on commit 71c53f0

Please sign in to comment.