From 051a4ac8492ad75b8f387fdd408f066cc9d41582 Mon Sep 17 00:00:00 2001 From: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:53:06 +0200 Subject: [PATCH] typo --- NEWS.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index d60aab1ce..4e8127e9f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,8 +10,6 @@ (#1230). - In `$serialize()`, in the field `schema`, the field `inner` is renamed `fields`, and the fields `output_schema` and `filter` are removed (#1230). -- New argument `include_file_paths` in `pl_scan_csv()` and `pl_read_csv()` (#1235). - ### New features @@ -19,7 +17,7 @@ - New argument `strict` in `$drop()` to determine whether unknown column names should trigger an error (#1220). - New method `$to_dummies()` for `DataFrame` (#1225). -- Add missing argument `include_file_paths` in `pl_scan_csv()` and `pl_read_csv` (#1235). +- New argument `include_file_paths` in `pl_scan_csv()` and `pl_read_csv()` (#1235). ### Bug fixes