Skip to content

Commit 7e7c078

Browse files
committed
adjusted docstring
1 parent 465e023 commit 7e7c078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/retry/retry_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def _retry_error_helper(
202202
- original_timeout_val: the original timeout value for the retry (in seconds),
203203
to be passed to the exception factory for building an error message
204204
Returns:
205-
- the next backoff value to use
205+
- the sleep value chosen before the next attempt
206206
"""
207207
error_list.append(exc)
208208
if not predicate_fn(exc):

0 commit comments

Comments
 (0)