Skip to content

Commit f97915f

Browse files
authored
DOC: Fix rolling apply raw default arg (#44281)
1 parent e87ad05 commit f97915f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/window/doc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def create_section_header(header: str) -> str:
5959
6060
.. versionchanged:: 1.0.0
6161
62-
raw : bool, default None
62+
raw : bool, default False
6363
* ``False`` : passes each row or column as a Series to the
6464
function.
6565
* ``True`` : the passed function will receive ndarray

0 commit comments

Comments
 (0)