diff --git a/translation/samples/snippets/translate_v3_batch_translate_text.py b/translation/samples/snippets/translate_v3_batch_translate_text.py index 0f4161c917ed..514eae2c59db 100644 --- a/translation/samples/snippets/translate_v3_batch_translate_text.py +++ b/translation/samples/snippets/translate_v3_batch_translate_text.py @@ -38,7 +38,7 @@ def batch_translate_text( output_config = {"gcs_destination": gcs_destination} parent = f"projects/{project_id}/locations/{location}" - # Supported language codes: https://cloud.google.com/translate/docs/language + # Supported language codes: https://cloud.google.com/translate/docs/languages operation = client.batch_translate_text( request={ "parent": parent,