We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ce320 commit 03b27f0Copy full SHA for 03b27f0
google/api_core/timeout.py
@@ -117,8 +117,8 @@ def func_with_timeout(*args, **kwargs):
117
118
# Although the `deadline` parameter in `google.api_core.retry.Retry`
119
# is deprecated, and should be treated the same as the `timeout`,
120
- # it is still possible for `deadline` argument in `google.api_core.retry.Retry`
121
- # to be larger than the `timeout`.
+ # it is still possible for the `deadline` argument in
+ # `google.api_core.retry.Retry` to be larger than the `timeout`.
122
# See https://github.com/googleapis/python-api-core/issues/654
123
# Only positive non-zero timeouts are supported.
124
# Revert back to the initial timeout for negative or 0 timeout values.
0 commit comments