diff --git a/pandas/core/window.py b/pandas/core/window.py index 9e29fdb94c1e0..b073a7f379db6 100644 --- a/pandas/core/window.py +++ b/pandas/core/window.py @@ -953,7 +953,7 @@ def count(self): ---------- func : function Must produce a single value from an ndarray input if ``raw=True`` - or a Series if ``raw=False``. + or a single value from a Series if ``raw=False``. raw : bool, default None * ``False`` : passes each row or column as a Series to the function.