From ba5eb2ba4585d6b1f65f17c20b6483cced597871 Mon Sep 17 00:00:00 2001 From: "changjun.zhu" Date: Wed, 15 Jun 2022 12:11:17 +0800 Subject: [PATCH] docs: correct the example code in "Basic Search" from chapter "FEATURES" PR Closed: https://github.com/Graviti-AI/tensorbay-python-sdk/pull/1257 --- docs/code/basic_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/code/basic_search.py b/docs/code/basic_search.py index 60b90850a..c517d3d14 100644 --- a/docs/code/basic_search.py +++ b/docs/code/basic_search.py @@ -17,7 +17,7 @@ # Please visit `https://gas.graviti.com/tensorbay/developer` to get the AccessKey. gas = GAS("") -dataset_client = gas.create_dataset("") +dataset_client = gas.get_dataset("") """"""