diff --git a/pandas/core/groupby/groupby.py b/pandas/core/groupby/groupby.py index 5baa2a9b703cc..e4d1789a70594 100644 --- a/pandas/core/groupby/groupby.py +++ b/pandas/core/groupby/groupby.py @@ -2218,6 +2218,8 @@ def all(self, skipna: bool = True) -> NDFrameT: """ Return True if all values in the group are truthful, else False. + Test change. + Parameters ---------- skipna : bool, default True