We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63df437 commit f58e836Copy full SHA for f58e836
doc/source/user_guide/window.rst
@@ -101,7 +101,7 @@ be calculated with :meth:`~Rolling.apply` by specifying a separate column of wei
101
102
All windowing operations support a ``min_periods`` argument that dictates the minimum amount of
103
non-``np.nan`` values a window must have; otherwise, the resulting value is ``np.nan``.
104
-``min_peridos`` defaults to 1 for time-based windows and ``window`` for fixed windows
+``min_periods`` defaults to 1 for time-based windows and ``window`` for fixed windows
105
106
.. ipython:: python
107
0 commit comments