Skip to content

Commit

Permalink
Fix variable names in comments (#2400)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey authored and beccasaurus committed Sep 16, 2019
1 parent 34333b5 commit e3981bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions translate/cloud-client/hybrid_glossaries/hybrid_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3981bf

Please sign in to comment.