Skip to content

Commit 15a45cc

Browse files
Narek MkhitaryanNarek Mkhitaryan
authored andcommitted
fix in docs
1 parent 68648f2 commit 15a45cc

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
@@ -3641,7 +3641,7 @@ def copy_items(
36413641
"skip", "replace", "replace_annotations_only"
36423642
] = "skip",
36433643
):
3644-
"""Copy images in bulk between folders in a project
3644+
"""Copy items in bulk between folders in a project
36453645
36463646
:param source: project name (root) or folder path to pick items from (e.g., “project1/folder1”).
36473647
:type source: str
@@ -3705,7 +3705,7 @@ def move_items(
37053705
"skip", "replace", "replace_annotations_only"
37063706
] = "skip",
37073707
):
3708-
"""Move images in bulk between folders in a project
3708+
"""Move items in bulk between folders in a project
37093709
37103710
:param source: project name (root) or folder path to pick items from (e.g., “project1/folder1”).
37113711
:type source: str

0 commit comments

Comments
 (0)