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

Commit

Permalink
Fix variable names in comments [(#2400)](GoogleCloudPlatform/python-d…
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey authored and danoscarmike committed Jul 31, 2020
1 parent b8b5101 commit a919db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/snippets/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 a919db6

Please sign in to comment.