diff options
| author | Tom Christie | 2011-12-09 13:39:56 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-12-09 13:39:56 +0000 |
| commit | 4f42303035c094a1d0c6128f0ccce1abfa6b72f4 (patch) | |
| tree | 748af9d420da9523b9e2341ad9fbde40cd57498a /djangorestframework/permissions.py | |
| parent | 5db422c9d38277789bb6d2cf214f46ed7642d395 (diff) | |
| download | django-rest-framework-4f42303035c094a1d0c6128f0ccce1abfa6b72f4.tar.bz2 | |
Typo.
Diffstat (limited to 'djangorestframework/permissions.py')
| -rw-r--r-- | djangorestframework/permissions.py | 2 |
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 |
