Skip to content

Commit 0a92335

Browse files
authored
Fix doc.
1 parent 77023a1 commit 0a92335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/slice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def append(
7474
return response
7575

7676
def items_generator(self) -> Iterable[DatasetItem]:
77-
"""Returns an iterable of DatasetItem/Annotation dicts."""
77+
"""Use to iterate over all dataset items in slice."""
7878
info = self.info()
7979
for item_metadata in info["dataset_items"]:
8080
yield format_dataset_item_response(

0 commit comments

Comments
 (0)