File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3716,10 +3716,10 @@ def rolling(
3716
3716
If ``'left'``, uses the window [first, last) meaning the first point
3717
3717
is included in the calculations.
3718
3718
3719
- If ``'both'``, uses the window [first, last] meaning all points in
3719
+ If ``'both'``, uses the window [first, last] meaning all points in
3720
3720
the window are included in the calculations.
3721
3721
3722
- If ``'neither'``, uses the window (first, last) meaning the first
3722
+ If ``'neither'``, uses the window (first, last) meaning the first
3723
3723
and last points in the window are excluded from calculations.
3724
3724
3725
3725
() and [] are referencing open and closed set
Original file line number Diff line number Diff line change @@ -937,10 +937,10 @@ class Window(BaseWindow):
937
937
If ``'left'``, uses the window [first, last) meaning the first point
938
938
is included in the calculations.
939
939
940
- If ``'both'``, uses the window [first, last] meaning all points in
940
+ If ``'both'``, uses the window [first, last] meaning all points in
941
941
the window are included in the calculations.
942
942
943
- If ``'neither'``, uses the window (first, last) meaning the first
943
+ If ``'neither'``, uses the window (first, last) meaning the first
944
944
and last points in the window are excluded from calculations.
945
945
946
946
() and [] are referencing open and closed set
You can’t perform that action at this time.
0 commit comments