This repository was archived by the owner on Feb 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ def on_error(e):
260260 Args:
261261 predicate (Callable[Exception]): A callable that should return ``True``
262262 if the given exception is retryable.
263- initial (float): The minimum a,out of time to delay in seconds. This
263+ initial (float): The minimum amount of time to delay in seconds. This
264264 must be greater than 0.
265265 maximum (float): The maximum amount of time to delay in seconds.
266266 multiplier (float): The multiplier applied to the delay.
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ class AsyncRetry(_BaseRetry):
185185 Args:
186186 predicate (Callable[Exception]): A callable that should return ``True``
187187 if the given exception is retryable.
188- initial (float): The minimum a,out of time to delay in seconds. This
188+ initial (float): The minimum amount of time to delay in seconds. This
189189 must be greater than 0.
190190 maximum (float): The maximum amount of time to delay in seconds.
191191 multiplier (float): The multiplier applied to the delay.
You can’t perform that action at this time.
0 commit comments