Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher authored Nov 4, 2024
1 parent 4e5952a commit fc9d124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc9d124

Please sign in to comment.