From ec0c88e812ea607518b133d269e8082566c53791 Mon Sep 17 00:00:00 2001 From: Mike Graham Date: Sun, 5 Jun 2016 22:31:11 -0400 Subject: [PATCH] DOC: Fix wording/grammar for rolling's win_type argument. --- pandas/core/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/window.py b/pandas/core/window.py index cd66d4e30c351..bf3fd69c6340b 100644 --- a/pandas/core/window.py +++ b/pandas/core/window.py @@ -280,7 +280,7 @@ class Window(_Window): center : boolean, default False Set the labels at the center of the window. win_type : string, default None - prove a window type, see the notes below + Provide a window type. See the notes below. axis : int, default 0 Returns