File tree 2 files changed +2
-2
lines changed
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):
260
260
Args:
261
261
predicate (Callable[Exception]): A callable that should return ``True``
262
262
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
264
264
must be greater than 0.
265
265
maximum (float): The maximum amount of time to delay in seconds.
266
266
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):
185
185
Args:
186
186
predicate (Callable[Exception]): A callable that should return ``True``
187
187
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
189
189
must be greater than 0.
190
190
maximum (float): The maximum amount of time to delay in seconds.
191
191
multiplier (float): The multiplier applied to the delay.
You can’t perform that action at this time.
0 commit comments