From 4f42303035c094a1d0c6128f0ccce1abfa6b72f4 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 9 Dec 2011 13:39:56 +0000 Subject: [PATCH] Typo. --- djangorestframework/permissions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangorestframework/permissions.py b/djangorestframework/permissions.py index c10569d4d..945023cec 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