We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e982297 commit 965a65bCopy full SHA for 965a65b
pandas/core/window/rolling.py
@@ -952,7 +952,7 @@ class Window(BaseWindow):
952
953
If ``'left'``, the last point in the window is excluded from calculations.
954
955
- If ``'both'``, the no points in the window are excluded from calculations.
+ If ``'both'``, no point in the window is excluded from calculations.
956
957
If ``'neither'``, the first and last points in the window are excluded
958
from calculations.
0 commit comments