From ffa107745305875c3fe94fdf25fb28fb54f5b2e6 Mon Sep 17 00:00:00 2001 From: Juncheng LIU Date: Fri, 15 Jan 2021 20:59:48 +0100 Subject: [PATCH] docs: fix spelling errors in retry --- google/api_core/retry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/api_core/retry.py b/google/api_core/retry.py index ea890628..592d34fa 100644 --- a/google/api_core/retry.py +++ b/google/api_core/retry.py @@ -230,9 +230,9 @@ class Retry(object): 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 amout of time to delay in seconds. + maximum (float): The maximum amount of time to delay in seconds. multiplier (float): The multiplier applied to the delay. deadline (float): How long to keep retrying in seconds. The last sleep period is shortened as necessary, so that the last retry runs at