Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into sparse-frame-acce…
Browse files Browse the repository at this point in the history
…ssor
  • Loading branch information
TomAugspurger committed Mar 14, 2019
2 parents 0922296 + 79205ea commit 318c06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 318c06f

Please sign in to comment.