aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/permissions.py
diff options
context:
space:
mode:
authorTom Christie2011-12-09 13:39:56 +0000
committerTom Christie2011-12-09 13:39:56 +0000
commit4f42303035c094a1d0c6128f0ccce1abfa6b72f4 (patch)
tree748af9d420da9523b9e2341ad9fbde40cd57498a /djangorestframework/permissions.py
parent5db422c9d38277789bb6d2cf214f46ed7642d395 (diff)
downloaddjango-rest-framework-4f42303035c094a1d0c6128f0ccce1abfa6b72f4.tar.bz2
Typo.
Diffstat (limited to 'djangorestframework/permissions.py')
-rw-r--r--djangorestframework/permissions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/permissions.py b/djangorestframework/permissions.py
index c10569d4..945023ce 100644
--- a/djangorestframework/permissions.py
+++ b/djangorestframework/permissions.py
@@ -109,7 +109,7 @@ class BaseThrottle(BasePermission):
def get_cache_key(self):
"""
Should return a unique cache-key which can be used for throttling.
- Muse be overridden.
+ Must be overridden.
"""
pass