Skip to content

Commit 9221b40

Browse files
BGameiro2000im-vinicius
authored and
im-vinicius
committed
DOC: Typo on the close argument of pandas.DataFrame.rolling (pandas-dev#53050)
The documentation "close" argument of pandas.DataFrame.rolling for option "both" had an extra "the", it is removed here.
1 parent 1835a53 commit 9221b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2771,7 +2771,7 @@ def rolling(self, *args, **kwargs) -> RollingGroupby:
27712771
27722772
If ``'left'``, the last point in the window is excluded from calculations.
27732773
2774-
If ``'both'``, the no points in the window are excluded from calculations.
2774+
If ``'both'``, no points in the window are excluded from calculations.
27752775
27762776
If ``'neither'``, the first and last points in the window are excluded
27772777
from calculations.

0 commit comments

Comments
 (0)