Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 787f678

Browse files
authored
Fix tiny typo
1 parent be95650 commit 787f678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ implemented like so::
148148

149149
In all cases, iterables of handler functions are also accepted, which
150150
are called in turn. For example, you might provide a simple list of
151-
handle functions as the value of the ``on_backoff`` keyword arg::
151+
handler functions as the value of the ``on_backoff`` keyword arg::
152152

153153
@backoff.on_exception(backoff.expo,
154154
requests.exceptions.RequestException,

0 commit comments

Comments
 (0)