Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Jul 13, 2014
1 parent 4d869b8 commit 0cd7d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_limiter/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def shared_limit(self, limit_value, scope, key_func=None):

def exempt(self, obj):
"""
decorator to mark a view or all views in a route as exempt from rate limits.
decorator to mark a view or all views in a blueprint as exempt from rate limits.
"""
if not isinstance(obj, Blueprint):
name = "%s.%s" % (obj.__module__, obj.__name__)
Expand Down

0 comments on commit 0cd7d62

Please sign in to comment.