Skip to content

Commit 4258f50

Browse files
Backport PR #49322 on branch 1.5.x (DOC: Fix typo in DataFrame.rolling) (#49326)
Backport PR #49322: DOC: Fix typo in DataFrame.rolling Co-authored-by: Xnot <[email protected]>
1 parent 642e607 commit 4258f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/window/rolling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ class Window(BaseWindow):
994994
995995
step : int, default None
996996
997-
..versionadded:: 1.5.0
997+
.. versionadded:: 1.5.0
998998
999999
Evaluate the window at every ``step`` result, equivalent to slicing as
10001000
``[::step]``. ``window`` must be an integer. Using a step argument other

0 commit comments

Comments
 (0)