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 5b9a2e8 commit 30ce320Copy full SHA for 30ce320
google/api_core/timeout.py
@@ -117,7 +117,7 @@ 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
+ # it is still possible for `deadline` argument in `google.api_core.retry.Retry`
121
# 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.
0 commit comments