Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

docs: Fix formatting of request arg in docstring #487

Merged
merged 2 commits into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,6 @@ def __call__(
request (~.translation_service.DetectLanguageRequest):
The request object. The request message for language
detection.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -1150,7 +1149,6 @@ def __call__(
request (~.translation_service.GetSupportedLanguagesRequest):
The request object. The request message for discovering
supported languages.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -1431,7 +1429,6 @@ def __call__(
request (~.translation_service.TranslateTextRequest):
The request object. The request message for synchronous
translation.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,6 @@ def __call__(
request (~.translation_service.DetectLanguageRequest):
The request object. The request message for language
detection.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -1150,7 +1149,6 @@ def __call__(
request (~.translation_service.GetSupportedLanguagesRequest):
The request object. The request message for discovering
supported languages.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -1431,7 +1429,6 @@ def __call__(
request (~.translation_service.TranslateTextRequest):
The request object. The request message for synchronous
translation.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down