File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3658,16 +3658,16 @@ def rolling(
3658
3658
If ``'right'``, (First, Last] the last point in the window
3659
3659
is included in the calculations.
3660
3660
3661
- If ``'left'``, [First, Last) the first point in the window
3661
+ If ``'left'``, [First, Last) the first point in the window
3662
3662
is included in the calculations.
3663
3663
3664
- If ``'both'``, [First, Last] all points in the window
3664
+ If ``'both'``, [First, Last] all points in the window
3665
3665
are included in the calculations.
3666
3666
3667
- If ``'neither'``, (First, Last) the first and last points
3667
+ If ``'neither'``, (First, Last) the first and last points
3668
3668
in the window are excludedfrom calculations.
3669
3669
3670
- () and [] are referencing open and closed set
3670
+ () and [] are referencing open and closed set
3671
3671
notation respetively.
3672
3672
3673
3673
Default ``None`` (``'right'``).
Original file line number Diff line number Diff line change @@ -933,16 +933,16 @@ class Window(BaseWindow):
933
933
If ``'right'``, (First, Last] the last point in the window
934
934
is included in the calculations.
935
935
936
- If ``'left'``, [First, Last) the first point in the window
936
+ If ``'left'``, [First, Last) the first point in the window
937
937
is included in the calculations.
938
938
939
- If ``'both'``, [First, Last] all points in the window
939
+ If ``'both'``, [First, Last] all points in the window
940
940
are included in the calculations.
941
941
942
- If ``'neither'``, (First, Last) the first and last points
942
+ If ``'neither'``, (First, Last) the first and last points
943
943
in the window are excludedfrom calculations.
944
944
945
- () and [] are referencing open and closed set
945
+ () and [] are referencing open and closed set
946
946
notation respetively.
947
947
948
948
Default ``None`` (``'right'``).
You can’t perform that action at this time.
0 commit comments