Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.
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 backoff/_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def on_predicate(wait_gen: _WaitGenerator,
will be returned. The default value of None means there
is no limit to the number of tries. If a callable is passed,
it will be evaluated at runtime and its return value used.
max_time: The maximum total amount of time to try for before
max_time: The maximum total amount of time in seconds to try for before
giving up. If this time expires, the result of the last
attempt will be returned. If a callable is passed, it will
be evaluated at runtime and its return value used.
Expand Down