Skip to content

Commit 575f6ce

Browse files
committed
Merge pull request #4436 from kyleam/groupby-doc-typo
DOC: Fix typo
2 parents 5544b89 + 625e588 commit 575f6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/groupby.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ than 2.
513513
sf = Series([1, 1, 2, 3, 3, 3])
514514
sf.groupby(sf).filter(lambda x: x.sum() > 2)
515515
516-
The argument of ``filter`` must a function that, applied to the group as a
516+
The argument of ``filter`` must be a function that, applied to the group as a
517517
whole, returns ``True`` or ``False``.
518518

519519
Another useful operation is filtering out elements that belong to groups

0 commit comments

Comments
 (0)