Skip to content

Commit 965a65b

Browse files
authored
fix typo (#57194)
1 parent e982297 commit 965a65b

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
@@ -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)