File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/superannotate/lib/app/interface Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -677,7 +677,7 @@ def assign_items(
677677
678678 :param project: project name or folder path (e.g., "project1/folder1")
679679 :type project: str
680- :param item_names : list of item names to assign
680+ :param items : list of items to assign
681681 :type item_names: list of str
682682 :param user: user email
683683 :type user: str
@@ -701,7 +701,7 @@ def unassign_items(
701701
702702 :param project: project name or folder path (e.g., "project1/folder1")
703703 :type project: str
704- :param item_names : list of items to unassign
704+ :param items : list of items to unassign
705705 :type item_names: list of str
706706 """
707707 project_name , folder_name = extract_project_folder (project )
You can’t perform that action at this time.
0 commit comments