Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

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 1, 2020
1 parent a989496 commit 62c419a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/automl_translation_dataset.py
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 62c419a

Please sign in to comment.