Skip to content

Commit

Permalink
fix: Spelling error a,out -> amount (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner authored Feb 2, 2024
1 parent 5922f2b commit 88688b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/api_core/retry/retry_streaming_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def on_error(e):
Args:
predicate (Callable[Exception]): A callable that should return ``True``
if the given exception is retryable.
initial (float): The minimum a,out of time to delay in seconds. This
initial (float): The minimum amount of time to delay in seconds. This
must be greater than 0.
maximum (float): The maximum amount of time to delay in seconds.
multiplier (float): The multiplier applied to the delay.
Expand Down
2 changes: 1 addition & 1 deletion google/api_core/retry/retry_unary_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class AsyncRetry(_BaseRetry):
Args:
predicate (Callable[Exception]): A callable that should return ``True``
if the given exception is retryable.
initial (float): The minimum a,out of time to delay in seconds. This
initial (float): The minimum amount of time to delay in seconds. This
must be greater than 0.
maximum (float): The maximum amount of time to delay in seconds.
multiplier (float): The multiplier applied to the delay.
Expand Down

0 comments on commit 88688b1

Please sign in to comment.