Skip to content

Commit

Permalink
Fix rolling_sum docstring (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
zundertj committed Nov 14, 2021
1 parent 80beb1c commit 1d8cb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/eager/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -2476,7 +2476,7 @@ def rolling_sum(
----------
window_size
The length of the window.
weight
weights
An optional slice with the same length of the window that will be multiplied
elementwise with the values in the window.
min_periods
Expand Down

0 comments on commit 1d8cb26

Please sign in to comment.