Skip to content

Commit

Permalink
chore: fix broken link in sample (#223)
Browse files Browse the repository at this point in the history
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  🦕
  • Loading branch information
laidig authored and dandhlee committed Nov 18, 2022
1 parent 2e57422 commit 77b17c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 77b17c7

Please sign in to comment.