Skip to content

Commit b0573f7

Browse files
authored
Merge pull request #276 from Labelbox/docstring-update
fix docstring typo
2 parents e89b9aa + 0e87255 commit b0573f7

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
@@ -116,7 +116,7 @@ def create_data_rows_sync(self, items):
116116
def create_data_rows(self, items):
117117
""" Asynchronously bulk upload data rows
118118
119-
Use this instead of `Dataset.create_data_rows_sync` uploads for batches that contain more than 100 data rows.
119+
Use this instead of `Dataset.create_data_rows_sync` uploads for batches that contain more than 1000 data rows.
120120
121121
Args:
122122
items (iterable of (dict or str)): See the docstring for `Dataset._create_descriptor_file` for more information

0 commit comments

Comments
 (0)