From 77db6358404759bf9f2150bb2c7c38f5743b722d Mon Sep 17 00:00:00 2001 From: etiennebacher Date: Sun, 14 Apr 2024 16:09:16 -0400 Subject: [PATCH] trailing ws --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 5033dba85..aca0f8967 100644 --- a/NEWS.md +++ b/NEWS.md @@ -86,7 +86,7 @@ `$str$to_time()`, all arguments (except the first one) must be named (#939). - In `pl$date_range()`, the arguments `closed`, `time_unit`, and `time_zone` must be named (#950). - - In `$set_sorted()` and `$sort_by()`, argument `descending` must be named + - In `$set_sorted()` and `$sort_by()`, argument `descending` must be named (#1034). - In `pl$Series()`, using positional arguments throws a warning, since the argument positions will be changed in the future (#966).