From fc9d1247e858f03a8ec0d729250115fb09e50fb2 Mon Sep 17 00:00:00 2001 From: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:33:27 +0100 Subject: [PATCH] fix linter --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index eddd326b3..f0becff77 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,8 +8,8 @@ ### Deprecations -- Passing a single data.frame to `pl$DataFrame()` or `pl$LazyFrame()` to convert a - data.frame to a polars DataFrame or LazyFrame is deprecated and a warning will +- Passing a single data.frame to `pl$DataFrame()` or `pl$LazyFrame()` to convert a + data.frame to a polars DataFrame or LazyFrame is deprecated and a warning will be shown. Use `as_polars_df()` or `as_polars_lf()` instead (#1275). ### Bug fixes