Skip to content

Commit b728611

Browse files
committed
Make change
1 parent 2248782 commit b728611

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/groupby/groupby.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,6 +2218,8 @@ def all(self, skipna: bool = True) -> NDFrameT:
22182218
"""
22192219
Return True if all values in the group are truthful, else False.
22202220
2221+
Test change.
2222+
22212223
Parameters
22222224
----------
22232225
skipna : bool, default True

0 commit comments

Comments
 (0)