Skip to content

Commit 318c06f

Browse files
committed
Merge remote-tracking branch 'upstream/master' into sparse-frame-accessor
2 parents 0922296 + 79205ea commit 318c06f

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)