Skip to content

Commit

Permalink
Remove references
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed May 26, 2024
1 parent c3c5e70 commit 7c6784d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion py-polars/polars/expr/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -4952,7 +4952,6 @@ def explode(self) -> Self:
See Also
--------
Expr.list.explode : Explode a list column.
Expr.str.explode : Explode a string column.
Examples
--------
Expand Down
1 change: 0 additions & 1 deletion py-polars/polars/series/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -4080,7 +4080,6 @@ def explode(self) -> Series:
See Also
--------
Series.list.explode : Explode a list column.
Series.str.explode : Explode a string column.
Examples
--------
Expand Down

0 comments on commit 7c6784d

Please sign in to comment.