From a919db6da645ccc534c03feeb0c3698c876521fc Mon Sep 17 00:00:00 2001 From: Noah Negrey Date: Mon, 16 Sep 2019 11:31:27 -0600 Subject: [PATCH] Fix variable names in comments [(#2400)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/2400) --- samples/snippets/hybrid_glossaries/hybrid_tutorial.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/snippets/hybrid_glossaries/hybrid_tutorial.py b/samples/snippets/hybrid_glossaries/hybrid_tutorial.py index be73960f..5ed55458 100644 --- a/samples/snippets/hybrid_glossaries/hybrid_tutorial.py +++ b/samples/snippets/hybrid_glossaries/hybrid_tutorial.py @@ -126,8 +126,8 @@ def translate_text(text, source_language_code, target_language_code, ARGS text: String of text to translate - prev_lang: language of input text - new_lang: language of output text + source_language_code: language of input text + target_language_code: language of output text project_id: GCP project id glossary_name: name you gave your project's glossary resource when you created it