Skip to content

Commit dc248e7

Browse files
johnnychiuchiuPingviinituutti
authored andcommitted
DOC: fix error in documentation pandas-dev#24981 (pandas-dev#25038)
1 parent 0d3273a commit dc248e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/user_guide/groupby.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515

1616
Out of these, the split step is the most straightforward. In fact, in many
1717
situations we may wish to split the data set into groups and do something with
18-
those groups. In the apply step, we might wish to one of the
18+
those groups. In the apply step, we might wish to do one of the
1919
following:
2020

2121
* **Aggregation**: compute a summary statistic (or statistics) for each

0 commit comments

Comments
 (0)