Skip to content

Commit

Permalink
Update verb to match implementation for key_func (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glandos authored Aug 10, 2022
1 parent e8539b1 commit 726a6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ as that is delegated to the :pypi:`limits` library.

Rate Limit Domain
-----------------
Each :class:`~flask_limiter.Limiter` instance should be initialized with a
Each :class:`~flask_limiter.Limiter` instance must be initialized with a
:paramref:`~Limiter.key_func` that returns the bucket in which each request
is put into when evaluating whether it is within the rate limit or not.

Expand Down

0 comments on commit 726a6ba

Please sign in to comment.