Skip to content

Commit

Permalink
series every type
Browse files Browse the repository at this point in the history
  • Loading branch information
reswqa committed Sep 18, 2023
1 parent 012f380 commit d8dff0d
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 @@ -1435,7 +1435,7 @@ def offset_by(self, by: str | Expr) -> Series:

def truncate(
self,
every: str | dt.timedelta,
every: str | dt.timedelta | Expr,
offset: str | dt.timedelta | None = None,
*,
use_earliest: bool | None = None,
Expand Down

0 comments on commit d8dff0d

Please sign in to comment.