Skip to content

Commit

Permalink
docs: fix typo (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed May 31, 2024
1 parent d513415 commit 7d61d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- In all functions accepting optimization parameter (such as
`projection_pushdown`), there is a new parameter `cluster_with_columns` to
combine sequential independent calls to `$with_columns()`.
- `$str$expload()` is removed.
- `$str$explode()` is removed.
- The `check_sorted` argument is removed from `$rolling()` and `$group_by_dynamic()`.
Sortedness is now verified in a quick manner, so this argument is no longer needed
(pola-rs/polars#16494).
Expand Down

0 comments on commit 7d61d26

Please sign in to comment.