We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc14d11 commit aeb2875Copy full SHA for aeb2875
rest_framework/throttling.py
@@ -52,7 +52,7 @@ class SimpleRateThrottle(BaseThrottle):
52
A simple cache implementation, that only requires `.get_cache_key()`
53
to be overridden.
54
55
- The rate (requests / seconds) is set by a `rate` attribute on the View
+ The rate (requests / seconds) is set by a `rate` attribute on the Throttle
56
class. The attribute is a string of the form 'number_of_requests/period'.
57
58
Period should be one of: ('s', 'sec', 'm', 'min', 'h', 'hour', 'd', 'day')
0 commit comments