Skip to content

Commit eef20d3

Browse files
authored
DOC: Fix typo in DataFrame.rolling (#49322)
1 parent bca35ff commit eef20d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/window/rolling.py

Lines changed: 1 addition & 1 deletion
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)