Skip to content

Commit

Permalink
fix(python): Fix docstring for Series.dt.add_business days
Browse files Browse the repository at this point in the history
Changed the type annotation in pola-rs#20402 but forgot to change the docstring
  • Loading branch information
Terrigible committed Dec 24, 2024
1 parent 93ceacc commit 5dcbfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/series/datetime.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def add_business_days(
Returns
-------
Expr
Series
Data type is preserved.
Examples
Expand Down

0 comments on commit 5dcbfb1

Please sign in to comment.