From b2e3a1488143978758f949299111dceb795c4b92 Mon Sep 17 00:00:00 2001 From: "Leah E. Cole" <6719667+leahecole@users.noreply.github.com> Date: Thu, 16 Jan 2020 13:36:39 -0800 Subject: [PATCH] fix region tag typo --- translate/cloud-client/hybrid_glossaries/hybrid_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translate/cloud-client/hybrid_glossaries/hybrid_tutorial.py b/translate/cloud-client/hybrid_glossaries/hybrid_tutorial.py index 5ed554582460..42f854eb1471 100644 --- a/translate/cloud-client/hybrid_glossaries/hybrid_tutorial.py +++ b/translate/cloud-client/hybrid_glossaries/hybrid_tutorial.py @@ -242,7 +242,7 @@ def main(): PROJECT_ID, glossary_name) # translated text -> synthetic audio text_to_speech(text_to_speak, outfile) - # [END transalte_hybrid_integration] + # [END translate_hybrid_integration] if __name__ == '__main__':