Skip to content

Commit

Permalink
Changing default to null_on_oob=True (missed one)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwjames committed Mar 31, 2024
1 parent f1eb908 commit 8004174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/series/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def get(
self,
index: int | Series | list[int],
*,
null_on_oob: bool = False,
null_on_oob: bool = True,
) -> Series:
"""
Get the value by index in the sublists.
Expand Down

0 comments on commit 8004174

Please sign in to comment.