Skip to content

Commit 03b27f0

Browse files
committed
update comment
1 parent 30ce320 commit 03b27f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/api_core/timeout.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ def func_with_timeout(*args, **kwargs):
117117

118118
# Although the `deadline` parameter in `google.api_core.retry.Retry`
119119
# 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`.
120+
# it is still possible for the `deadline` argument in
121+
# `google.api_core.retry.Retry` to be larger than the `timeout`.
122122
# See https://github.com/googleapis/python-api-core/issues/654
123123
# Only positive non-zero timeouts are supported.
124124
# Revert back to the initial timeout for negative or 0 timeout values.

0 commit comments

Comments
 (0)