Skip to content

Commit 83d7e89

Browse files
committed
fixed docstrings
1 parent 3fe5760 commit 83d7e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)