Skip to content

Commit 79205ea

Browse files
bharatr21WillAyd
authored andcommitted
Make Rolling.apply documentation clearer (#25712)
1 parent 1017382 commit 79205ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ def count(self):
953953
----------
954954
func : function
955955
Must produce a single value from an ndarray input if ``raw=True``
956-
or a Series if ``raw=False``.
956+
or a single value from a Series if ``raw=False``.
957957
raw : bool, default None
958958
* ``False`` : passes each row or column as a Series to the
959959
function.

0 commit comments

Comments
 (0)