Skip to content

Commit

Permalink
Update ibis/util.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Crist-Harif <[email protected]>
  • Loading branch information
cpcloud and jcrist authored Jun 21, 2024
1 parent db9dfcf commit da4eb61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibis/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,8 @@ def chunks(n: int, *, chunk_size: int) -> Iterator[tuple[int, int]]:
Returns
-------
int
THE start and end indices of each chunk.
tuple[int, int]
The start and end indices of each chunk.
Examples
--------
Expand Down

0 comments on commit da4eb61

Please sign in to comment.