Skip to content

Commit addc7bc

Browse files
authored
Merge pull request #585 from superannotateai/1852_implementation
changed query function doc help url
2 parents e354c83 + 50a2813 commit addc7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2380,7 +2380,7 @@ def query(
23802380
subset: Optional[NotEmptyStr] = None,
23812381
):
23822382
"""Return items that satisfy the given query.
2383-
Query syntax should be in SuperAnnotate query language(https://doc.superannotate.com/docs/query-search-1).
2383+
Query syntax should be in SuperAnnotate query language(https://doc.superannotate.com/docs/explore-overview).
23842384
23852385
:param project: project name or folder path (e.g., “project1/folder1”)
23862386
:type project: str

0 commit comments

Comments
 (0)