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

Commit a919db6

Browse files
nnegreydanoscarmike
authored andcommitted
Fix variable names in comments [(#2400)](GoogleCloudPlatform/python-docs-samples#2400)
1 parent b8b5101 commit a919db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/hybrid_glossaries/hybrid_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ def translate_text(text, source_language_code, target_language_code,
126126
127127
ARGS
128128
text: String of text to translate
129-
prev_lang: language of input text
130-
new_lang: language of output text
129+
source_language_code: language of input text
130+
target_language_code: language of output text
131131
project_id: GCP project id
132132
glossary_name: name you gave your project's glossary
133133
resource when you created it

0 commit comments

Comments
 (0)