Skip to content

Commit

Permalink
docs: forgot to run pre-commit ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
marenwestermann committed May 5, 2024
1 parent cbe3a60 commit 6d4da52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/functions/as_datatype.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def date_(
│ 3 ┆ 6 ┆ 2024-03-06 │
└───────┴─────┴────────────┘
We can also use `pl.date` for filtering:
We can also use `pl.date` for filtering:
>>> from datetime import date
>>> df = pl.DataFrame(
Expand Down

0 comments on commit 6d4da52

Please sign in to comment.