Skip to content

Commit 7fa03ea

Browse files
authored
Update translate_v3_create_glossary.py
1 parent 615c08e commit 7fa03ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/cloud-client/translate_v3_create_glossary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def sample_create_glossary(project_id, input_uri, glossary_id):
3333

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

0 commit comments

Comments
 (0)