From 50a2813eb122f4a42c246023e65d3c6a6cf48419 Mon Sep 17 00:00:00 2001 From: Narek Mkhitaryan Date: Wed, 22 Mar 2023 10:11:37 +0400 Subject: [PATCH] changed query function doc help url --- src/superannotate/lib/app/interface/sdk_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/superannotate/lib/app/interface/sdk_interface.py b/src/superannotate/lib/app/interface/sdk_interface.py index 6566d961a..33a57bfd5 100644 --- a/src/superannotate/lib/app/interface/sdk_interface.py +++ b/src/superannotate/lib/app/interface/sdk_interface.py @@ -2340,7 +2340,7 @@ def query( subset: Optional[NotEmptyStr] = None, ): """Return items that satisfy the given query. - Query syntax should be in SuperAnnotate query language(https://doc.superannotate.com/docs/query-search-1). + Query syntax should be in SuperAnnotate query language(https://doc.superannotate.com/docs/explore-overview). :param project: project name or folder path (e.g., “project1/folder1”) :type project: str