Skip to content

Commit 1e2b9a2

Browse files
authored
chore: fix broken link in sample (#223)
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 🦕
1 parent eca363d commit 1e2b9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translation/samples/snippets/translate_v3_batch_translate_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def batch_translate_text(
3838
output_config = {"gcs_destination": gcs_destination}
3939
parent = f"projects/{project_id}/locations/{location}"
4040

41-
# Supported language codes: https://cloud.google.com/translate/docs/language
41+
# Supported language codes: https://cloud.google.com/translate/docs/languages
4242
operation = client.batch_translate_text(
4343
request={
4444
"parent": parent,

0 commit comments

Comments
 (0)