Skip to content

Commit ae4c02f

Browse files
Xnotmeeseeksmachine
authored andcommitted
Backport PR pandas-dev#49322: DOC: Fix typo in DataFrame.rolling
1 parent 642e607 commit ae4c02f

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)