Skip to content

Commit

Permalink
Update translate_v3_create_glossary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey authored Dec 10, 2019
1 parent 615c08e commit 7fa03ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/cloud-client/translate_v3_create_glossary.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def sample_create_glossary(project_id, input_uri, glossary_id):

# TODO(developer): Uncomment and set the following variables
# project_id = 'YOUR_PROJECT_ID'
# glossary_id = 'glossary-id'
# glossary_id = 'your-glossary-display-name'
# input_uri = 'gs://cloud-samples-data/translation/glossary.csv'
location = 'us-central1' # The location of the glossary

Expand Down

0 comments on commit 7fa03ea

Please sign in to comment.