Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Nov 1, 2024
1 parent 9212454 commit cbd6a54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions py-polars/polars/expr/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ def to_physical(self) -> Expr:
Other data types will be left unchanged.
Warning
-------
Warnings
--------
The physical representations are an implementation detail
and not guaranteed to be stable.
Expand Down
4 changes: 2 additions & 2 deletions py-polars/polars/series/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -4051,8 +4051,8 @@ def to_physical(self) -> Series:
- `Struct(fields)` -> `Struct(physical of fields)`
- Other data types will be left unchanged.
Warning
-------
Warnings
--------
The physical representations are an implementation detail
and not guaranteed to be stable.
Expand Down

0 comments on commit cbd6a54

Please sign in to comment.