Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint
  • Loading branch information
Elizabeth Crowdus committed Aug 13, 2019
commit 6a4016f7c3a6043e8768cac209286a3ead1b81cb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def create_glossary(languages, project_id, glossary_name, glossary_uri):

# [START translate_hybrid_translate]
def translate_text(text, source_language_code, target_language_code,
project_id, glossary_name):
project_id, glossary_name):
"""Translates text to a given language using a glossary

ARGS
Expand Down