Skip to content

Commit 2ce2a74

Browse files
authored
remove mention of MultiIndex from rolling docs (#39747)
1 parent 1f3786c commit 2ce2a74

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
@@ -732,7 +732,7 @@ class Window(BaseWindow):
732732
Provide a window type. If ``None``, all points are evenly weighted.
733733
See the notes below for further information.
734734
on : str, optional
735-
For a DataFrame, a datetime-like column or MultiIndex level on which
735+
For a DataFrame, a datetime-like column or Index level on which
736736
to calculate the rolling window, rather than the DataFrame's index.
737737
Provided integer column is ignored and excluded from result since
738738
an integer index is not used to calculate the rolling window.

0 commit comments

Comments
 (0)