Skip to content

Commit 50a2813

Browse files
Narek MkhitaryanNarek Mkhitaryan
authored andcommitted
changed query function doc help url
1 parent 12c64cf commit 50a2813

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
@@ -2340,7 +2340,7 @@ def query(
23402340
subset: Optional[NotEmptyStr] = None,
23412341
):
23422342
"""Return items that satisfy the given query.
2343-
Query syntax should be in SuperAnnotate query language(https://doc.superannotate.com/docs/query-search-1).
2343+
Query syntax should be in SuperAnnotate query language(https://doc.superannotate.com/docs/explore-overview).
23442344
23452345
:param project: project name or folder path (e.g., “project1/folder1”)
23462346
:type project: str

0 commit comments

Comments
 (0)