From 57a46ce186d5d0a8bead54e126c1132114e6dbe4 Mon Sep 17 00:00:00 2001 From: eitsupi Date: Tue, 4 Jun 2024 03:04:30 +0000 Subject: [PATCH] docs(news): tweak --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index d02d923fa..00ef2b280 100644 --- a/NEWS.md +++ b/NEWS.md @@ -31,7 +31,7 @@ Sortedness is now verified in a quick manner, so this argument is no longer needed (pola-rs/polars#16494). - `$name$map()` stacks on Linux, so this method is deprecated and the document - is removed. Please use other methods including `$rename_with()` instead (#1123). + is removed. Please use other methods like `$rename()` instead (#1123). - As warned in v0.16.0, the order of arguments in `pl$Series` is changed (#1071). The first argument is now `name`, and the second argument is `values`. - `$to_struct()` on an Expr is removed. This method is now only available for