Skip to content

Commit

Permalink
docs: correct the example code in "Basic Search" from chapter "FEATURES"
Browse files Browse the repository at this point in the history
PR Closed: #1257
  • Loading branch information
graczhual committed Jun 15, 2022
1 parent e6ee8ca commit dcdabbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/code/basic_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Please visit `https://gas.graviti.com/tensorbay/developer` to get the AccessKey.
gas = GAS("<YOUR_ACCESSKEY>")
dataset_client = gas.create_dataset("<DATASET_NAME>")
dataset_client = gas.get_dataset("<DATASET_NAME>")

""""""

Expand Down

0 comments on commit dcdabbb

Please sign in to comment.