Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jan 16, 2025
1 parent 30ce320 commit 03b27f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/api_core/timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ def func_with_timeout(*args, **kwargs):

# Although the `deadline` parameter in `google.api_core.retry.Retry`
# is deprecated, and should be treated the same as the `timeout`,
# it is still possible for `deadline` argument in `google.api_core.retry.Retry`
# 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`.
# See https://github.com/googleapis/python-api-core/issues/654
# Only positive non-zero timeouts are supported.
# Revert back to the initial timeout for negative or 0 timeout values.
Expand Down

0 comments on commit 03b27f0

Please sign in to comment.