Skip to content

Commit 214a6c5

Browse files
doc: Update return type
1 parent 67077ab commit 214a6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thread/utils/algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def chunk_split(
2929
3030
Returns
3131
-------
32-
:returns list[tuple[int, int]]: The chunked dataset slices
32+
:returns Generator[tuple[int, int], None, None]: The chunked dataset slices
3333
3434
Raises
3535
------

0 commit comments

Comments
 (0)