Skip to content

Commit 22101f3

Browse files
updated spelling (#811)
uypdated spelling
1 parent ccf5863 commit 22101f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

encord/collection.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def list_frames(
497497
page_size (Optional[int]): The number of items to fetch per page.
498498
Returns:
499499
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.
501501
"""
502502
params = GetCollectionItemsParams(pageSize=page_size)
503503
paged_items = self._client.get_paged_iterator(
@@ -526,7 +526,7 @@ def list_annotations(
526526
page_size (Optional[int]): The number of items to fetch per page.
527527
Returns:
528528
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.
530530
"""
531531
params = GetCollectionItemsParams(pageSize=page_size)
532532
paged_items = self._client.get_paged_iterator(

0 commit comments

Comments
 (0)