Skip to content

Commit 71c53f0

Browse files
adamjstewartjorisvandenbossche
authored andcommitted
DOC: remove grammar duplication in groupby docs (#21534)
1 parent 6d34657 commit 71c53f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/groupby.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,7 @@ match the shape of the input array.
680680
data_range = lambda x: x.max() - x.min()
681681
ts.groupby(key).transform(data_range)
682682
683-
Alternatively the built-in methods can be could be used to produce the same
684-
outputs
683+
Alternatively, the built-in methods could be used to produce the same outputs.
685684

686685
.. ipython:: python
687686

0 commit comments

Comments
 (0)