Skip to content

Commit 30ce320

Browse files
committed
formatting
1 parent 5b9a2e8 commit 30ce320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/timeout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ 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
120+
# it is still possible for `deadline` argument in `google.api_core.retry.Retry`
121121
# 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.

0 commit comments

Comments
 (0)