Skip to content
This repository has been archived by the owner on Dec 31, 2023. 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 15, 2020
1 parent 1b054f4 commit e34ea26
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 e34ea26

Please sign in to comment.