Skip to content

Commit

Permalink
Fix polars.Expr.apply() Python API text (#3661)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed Jun 13, 2022
1 parent 793fbf8 commit 4ea5b32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py-polars/polars/internals/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1664,8 +1664,6 @@ def apply(
Depending on the context it has the following behavior:
## Context
* Select/Project
expected type `f`: Callable[[Any], Any]
Applies a python function over each individual value in the column.
Expand Down

0 comments on commit 4ea5b32

Please sign in to comment.