From ca010142309076bf24a06ca83fb822915e49fa80 Mon Sep 17 00:00:00 2001 From: Martin Dengler Date: Sun, 28 Mar 2021 14:06:23 -0400 Subject: [PATCH] DOC: Trivial typo fix in user_guide/window --- doc/source/user_guide/window.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/window.rst b/doc/source/user_guide/window.rst index d09c1ab9a1409..be9c04ae5d4f3 100644 --- a/doc/source/user_guide/window.rst +++ b/doc/source/user_guide/window.rst @@ -101,7 +101,7 @@ be calculated with :meth:`~Rolling.apply` by specifying a separate column of wei All windowing operations support a ``min_periods`` argument that dictates the minimum amount of non-``np.nan`` values a window must have; otherwise, the resulting value is ``np.nan``. -``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 .. ipython:: python