Skip to content

Commit 01f7f87

Browse files
Xnotnoatamir
authored andcommitted
DOC: Fix typo in DataFrame.rolling (pandas-dev#49322)
1 parent cd14667 commit 01f7f87

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
@@ -964,7 +964,7 @@ class Window(BaseWindow):
964964
965965
step : int, default None
966966
967-
..versionadded:: 1.5.0
967+
.. versionadded:: 1.5.0
968968
969969
Evaluate the window at every ``step`` result, equivalent to slicing as
970970
``[::step]``. ``window`` must be an integer. Using a step argument other

0 commit comments

Comments
 (0)