From 77b17c72b95cd4e5f316aaf8f455089877c4e2e1 Mon Sep 17 00:00:00 2001 From: Tony Laidig Date: Sun, 29 Aug 2021 15:30:32 -0700 Subject: [PATCH] chore: fix broken link in sample (#223) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-translate/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x ] Ensure the tests and linter pass - [x ] Code coverage does not decrease (if any source code was changed) - [x ] Appropriate docs were updated (if necessary) Fixes #222 🦕 --- .../samples/snippets/translate_v3_batch_translate_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,