File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ def list_frames(
497
497
page_size (Optional[int]): The number of items to fetch per page.
498
498
Returns:
499
499
Iterator[Tuple[LabelRowV2, List[ProjectDataCollectionInstance]]]: An list of tuples containing label
500
- row and corresponsing frame instances in the collection.
500
+ row and corresponding frame instances in the collection.
501
501
"""
502
502
params = GetCollectionItemsParams (pageSize = page_size )
503
503
paged_items = self ._client .get_paged_iterator (
@@ -526,7 +526,7 @@ def list_annotations(
526
526
page_size (Optional[int]): The number of items to fetch per page.
527
527
Returns:
528
528
Iterator[Tuple[LabelRowV2, List[ProjectLabelCollectionInstance]]]: An list of tuples containing label
529
- row and corresponsing label instances in the collection.
529
+ row and corresponding label instances in the collection.
530
530
"""
531
531
params = GetCollectionItemsParams (pageSize = page_size )
532
532
paged_items = self ._client .get_paged_iterator (
You can’t perform that action at this time.
0 commit comments