mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-22 22:43:17 +03:00
Typo.
This commit is contained in:
parent
5db422c9d3
commit
4f42303035
|
@ -109,7 +109,7 @@ class BaseThrottle(BasePermission):
|
||||||
def get_cache_key(self):
|
def get_cache_key(self):
|
||||||
"""
|
"""
|
||||||
Should return a unique cache-key which can be used for throttling.
|
Should return a unique cache-key which can be used for throttling.
|
||||||
Muse be overridden.
|
Must be overridden.
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user