Skip to content

Commit

Permalink
fix python doc
Browse files Browse the repository at this point in the history
  • Loading branch information
js8544 committed Aug 6, 2023
1 parent adacc5c commit 3c4b36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/_compute.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c4b36b

Please sign in to comment.