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

Commit 7624596

Browse files
leahecoledanoscarmike
authored andcommitted
fix region tag typo [(#2731)](GoogleCloudPlatform/python-docs-samples#2731)
1 parent 00a4c3e commit 7624596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/hybrid_glossaries/hybrid_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def main():
242242
PROJECT_ID, glossary_name)
243243
# translated text -> synthetic audio
244244
text_to_speech(text_to_speak, outfile)
245-
# [END transalte_hybrid_integration]
245+
# [END translate_hybrid_integration]
246246

247247

248248
if __name__ == '__main__':

0 commit comments

Comments
 (0)