This commit is contained in:
Tom Christie 2011-12-09 13:39:56 +00:00
parent 5db422c9d3
commit 4f42303035

View File

@ -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