Skip to content

Commit e27d09a

Browse files
authored
Merge pull request #302 from nekrkris/patch-1
Fix the spelling error that's in the public docs
2 parents 1cd808d + 6bbb474 commit e27d09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oci/retry/retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(self, **kwargs):
4747
for scenarios such as "keep retrying for 5 minutes". If not provided this defaults to False
4848
(i.e. this check will not be done)
4949
50-
:param int max_atttemps (optional):
50+
:param int max_attempts (optional):
5151
If we are checking that we don't exceed a certain number of attempts, what that number of
5252
attempts should be. This only applies if we are performing a check on the maximum number of
5353
attempts and will be ignored otherwise. If we are performing a check on the maximum number of

0 commit comments

Comments
 (0)