Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed May 9, 2024
1 parent 72bec1e commit 8e90612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/series/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -2902,7 +2902,7 @@ def chunk_lengths(self) -> list[int]:
Concatenate Series with rechunk = True
>>> pl.concat([s, s2]).chunk_lengths()
>>> pl.concat([s, s2], rechunk=True).chunk_lengths()
[6]
Concatenate Series with rechunk = False
Expand Down

0 comments on commit 8e90612

Please sign in to comment.