Skip to content

Commit

Permalink
Merge pull request #292 from gpflaum/patch-1
Browse files Browse the repository at this point in the history
spelling fix
  • Loading branch information
prkumar committed Apr 4, 2023
2 parents 3740377 + a394b07 commit de81d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user/quickstart.rst
Expand Up @@ -517,7 +517,7 @@ prompt a retry attempt, use the ``on_exception`` argument:
"""Get user by username."""
Further, as long as the expected exception is thrown, the decorator will
repeatedly retry until a response is rendered. If you'd like to seize
repeatedly retry until a response is rendered. If you'd like to cease
retrying after a specific number of attempts, use the ``max_attempts``
argument:
Expand Down

0 comments on commit de81d03

Please sign in to comment.