Skip to content

Commit 6edf447

Browse files
mikegrahamjreback
authored andcommitted
DOC: Fix wording/grammar for rolling's win_type argument.
Author: Mike Graham <[email protected]> Closes pandas-dev#13376 from mikegraham/master and squashes the following commits: ec0c88e [Mike Graham] DOC: Fix wording/grammar for rolling's win_type argument.
1 parent 600a7dc commit 6edf447

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
@@ -280,7 +280,7 @@ class Window(_Window):
280280
center : boolean, default False
281281
Set the labels at the center of the window.
282282
win_type : string, default None
283-
prove a window type, see the notes below
283+
Provide a window type. See the notes below.
284284
axis : int, default 0
285285
286286
Returns

0 commit comments

Comments
 (0)