Skip to content

Commit 7b5eceb

Browse files
committed
Typo
1 parent bc74ba5 commit 7b5eceb

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
@@ -959,9 +959,9 @@ def create_response_creation_project(self, **kwargs) -> Project:
959959
kwargs[
960960
"media_type"] = MediaType.Text # Only Text is supported
961961
kwargs[
962-
"editor_task_type"] = EditorTaskType.ResponseCreation.value # Special editor task type for offline model evaluation
962+
"editor_task_type"] = EditorTaskType.ResponseCreation.value # Special editor task type for response creation projects
963963

964-
# The following arguments are not supported for offline model evaluation
964+
# The following arguments are not supported for response creation projects
965965
kwargs.pop("dataset_name_or_id", None)
966966
kwargs.pop("append_to_existing_dataset", None)
967967
kwargs.pop("data_row_count", None)

0 commit comments

Comments
 (0)