Skip to content

Commit 052fe20

Browse files
committed
typos
1 parent b5d4dae commit 052fe20

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

libs/labelbox/src/labelbox/schema/project.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,9 @@ def _connect_default_labeling_front_end(self, ontology_as_dict: dict):
713713

714714
def get_mal_prediction_imports(self) -> PaginatedCollection:
715715
"""Returns mal prediction import objects which are used in model-assisted labeling associated with the project.
716-
These are returned with the oldest first, and most recent last.
716+
717+
Returns:
718+
PaginatedCollection
717719
"""
718720

719721
id_param = "projectId"
@@ -736,10 +738,9 @@ def get_mal_prediction_imports(self) -> PaginatedCollection:
736738

737739
def get_label_imports(self) -> PaginatedCollection:
738740
"""Returns label import objects associated with the project.
739-
These are returned with the oldest first, and most recent last.
740741
741742
Returns:
742-
PaginatedCollection.
743+
PaginatedCollection
743744
"""
744745

745746
id_param = "projectId"

0 commit comments

Comments
 (0)