Skip to content

Commit c12b7d2

Browse files
author
Matt Sokoloff
committed
update doc string
1 parent a949e6d commit c12b7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def export_data_rows(self, timeout_seconds=120):
240240
as_dict (bool): Whether or not to return the data as a dictionary as opposed to a list of DataRow objects.
241241
This is recommended for exports larger than 100k data rows to reduce memory usage and load time.
242242
Returns:
243-
Generator of DataRow objects that belong to this dataset.
243+
Generator that yields DataRow objects belonging to this dataset.
244244
Raises:
245245
LabelboxError: if the export fails or is unable to download within the specified time.
246246
"""

0 commit comments

Comments
 (0)