From 3c4b36b67bcb497f684b1e8507d9a25cba47276f Mon Sep 17 00:00:00 2001 From: Jin Shang Date: Mon, 7 Aug 2023 02:45:31 +0800 Subject: [PATCH] fix python doc --- python/pyarrow/_compute.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyarrow/_compute.pyx b/python/pyarrow/_compute.pyx index c945fca8425d8..f549ef0b458b1 100644 --- a/python/pyarrow/_compute.pyx +++ b/python/pyarrow/_compute.pyx @@ -1999,7 +1999,7 @@ class RollingOptions(_RollingOptions): min_periods : int, default 1 Minimum number of valid values in window required to have a value (otherwise result is null). - ignore_nulls: bool, default True + ignore_nulls : bool, default True If True, only valid values will be used to compute the result. A window's result will be valid if its number of valid values is larger than or equal to min_periods. If False, any null value