Skip to content

Commit

Permalink
changed docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Dec 8, 2023
1 parent 6dbe17d commit 71e5888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/api_core/retry/retry_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def _retry_error_helper(
- deadline: the deadline for the retry, calculated as a diff from time.monotonic()
- next_sleep: the next sleep interval
- error_list: the list of exceptions that have been raised so far
- predicate_fn: predicate used to determine if the exception should be retried
- predicate_fn: takes `exc` and returns true if the operation should be retried
- on_error_fn: callback to execute when a retryable error occurs
- exc_factory_fn: callback used to build the exception to be raised on terminal failure
- original_timeout_val: the original timeout value for the retry (in seconds),
Expand Down

0 comments on commit 71e5888

Please sign in to comment.