Skip to content

Commit 59d2dec

Browse files
authored
Typo
1 parent 53ee802 commit 59d2dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/labelbox/src/labelbox/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,9 +940,9 @@ def create_response_creation_project(self, **kwargs) -> Project:
940940
kwargs[
941941
"media_type"] = MediaType.Text # Only Text is supported
942942
kwargs[
943-
"editor_task_type"] = EditorTaskType.ResponseCreation.value # Special editor task type for offline model evaluation
943+
"editor_task_type"] = EditorTaskType.ResponseCreation.value # Special editor task type for response creation projects
944944

945-
# The following arguments are not supported for offline model evaluation
945+
# The following arguments are not supported for response creation projects
946946
kwargs.pop("dataset_name_or_id", None)
947947
kwargs.pop("append_to_existing_dataset", None)
948948
kwargs.pop("data_row_count", None)

0 commit comments

Comments
 (0)