Skip to content

Commit

Permalink
Fix variable names in comments [(#2400)](#2400)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey authored and danoscarmike committed Jul 31, 2020
1 parent 629e511 commit 7f237df
Showing 1 changed file with 2 additions and 2 deletions.
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 7f237df

Please sign in to comment.