Skip to content

Commit b34928d

Browse files
committed
modify docstring:
1 parent 0c7e5a4 commit b34928d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/valor_lite/cache/compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def paginate_index(
163163
offset: int = 0,
164164
) -> Generator[pa.Table, None, None]:
165165
"""
166-
Create a filter that performs a pagination operation on an index.
166+
Iterate through a paginated cache reader.
167167
168168
Note this function expects unqiue keys to be fragment-aligned and in ascending order.
169169
"""

0 commit comments

Comments
 (0)