Skip to content

Commit

Permalink
Fix AutoML region tag typos [(#1687)](GoogleCloudPlatform/python-docs…
Browse files Browse the repository at this point in the history
…-samples#1687)

* fixes vision delete dataset region tag

* removes extra bracket
  • Loading branch information
alixhami authored and busunkim96 committed Sep 15, 2020
1 parent 623628a commit 286f046
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def import_data(project_id, compute_region, dataset_id, path):

def delete_dataset(project_id, compute_region, dataset_id):
"""Delete a dataset."""
# [START automl_translate_delete_dataset]]
# [START automl_translate_delete_dataset]
# TODO(developer): Uncomment and set the following variables
# project_id = 'PROJECT_ID_HERE'
# compute_region = 'COMPUTE_REGION_HERE'
Expand Down

0 comments on commit 286f046

Please sign in to comment.