Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/oci/retry/retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down