Skip to content

Commit c3d8139

Browse files
mdeffpmhatre1
authored andcommitted
fix typo (pandas-dev#57194)
1 parent 662835c commit c3d8139

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
@@ -952,7 +952,7 @@ class Window(BaseWindow):
952952
953953
If ``'left'``, the last point in the window is excluded from calculations.
954954
955-
If ``'both'``, the no points in the window are excluded from calculations.
955+
If ``'both'``, no point in the window is excluded from calculations.
956956
957957
If ``'neither'``, the first and last points in the window are excluded
958958
from calculations.

0 commit comments

Comments
 (0)