From 11f6e01cb63f452796fab6027df9326c9e61048f Mon Sep 17 00:00:00 2001 From: Xnot <28331593+Xnot@users.noreply.github.com> Date: Tue, 25 Oct 2022 22:48:02 -0300 Subject: [PATCH] fix typo in DataFrame.rolling docs --- pandas/core/window/rolling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/window/rolling.py b/pandas/core/window/rolling.py index cde39daaacab9..4ac09a7149857 100644 --- a/pandas/core/window/rolling.py +++ b/pandas/core/window/rolling.py @@ -964,7 +964,7 @@ class Window(BaseWindow): step : int, default None - ..versionadded:: 1.5.0 + .. versionadded:: 1.5.0 Evaluate the window at every ``step`` result, equivalent to slicing as ``[::step]``. ``window`` must be an integer. Using a step argument other