diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api-guide/throttling.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/api-guide/throttling.md b/docs/api-guide/throttling.md index 56f16226..c8769a10 100644 --- a/docs/api-guide/throttling.md +++ b/docs/api-guide/throttling.md @@ -102,8 +102,8 @@ For example, multiple user throttle rates could be implemented by using the foll      REST_FRAMEWORK = {          'DEFAULT_THROTTLE_CLASSES': (              'example.throttles.BurstRateThrottle', -            'example.throttles.SustainedRateThrottle', -        ) +            'example.throttles.SustainedRateThrottle' +        ),          'DEFAULT_THROTTLE_RATES': {              'burst': '60/min',              'sustained': '1000/day' | 
