Skip to content

Commit e3981bf

Browse files
nnegreybeccasaurus
authored andcommitted
Fix variable names in comments (#2400)
1 parent 34333b5 commit e3981bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translate/cloud-client/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)