s/throtte/throttle/

This commit is contained in:
Jeremy Voorhis 2014-07-07 10:53:04 -07:00
parent b519018125
commit f8376910f4

View File

@ -41,7 +41,7 @@ class SimpleRateThrottle(BaseThrottle):
cache = default_cache
timer = time.time
cache_format = 'throtte_%(scope)s_%(ident)s'
cache_format = 'throttle_%(scope)s_%(ident)s'
scope = None
THROTTLE_RATES = api_settings.DEFAULT_THROTTLE_RATES