From 6bbb474d724c3ff8c8198502b54611d1b090b5ac Mon Sep 17 00:00:00 2001 From: Neeraj Krishna <37359877+nekrkris@users.noreply.github.com> Date: Tue, 3 Nov 2020 08:06:35 +0530 Subject: [PATCH] Fix the spelling error that's in the public docs https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/api/retry.html#oci.retry.RetryStrategyBuilder has a wrong spelling --- src/oci/retry/retry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oci/retry/retry.py b/src/oci/retry/retry.py index 318eefc934..8adde02670 100644 --- a/src/oci/retry/retry.py +++ b/src/oci/retry/retry.py @@ -47,7 +47,7 @@ def __init__(self, **kwargs): for scenarios such as "keep retrying for 5 minutes". If not provided this defaults to False (i.e. this check will not be done) - :param int max_atttemps (optional): + :param int max_attempts (optional): If we are checking that we don't exceed a certain number of attempts, what that number of attempts should be. This only applies if we are performing a check on the maximum number of attempts and will be ignored otherwise. If we are performing a check on the maximum number of