diff options
| author | Marko Tibold | 2012-10-30 00:30:52 +0100 | 
|---|---|---|
| committer | Marko Tibold | 2012-10-30 00:30:52 +0100 | 
| commit | 4d90bb4af4e565f156ca5d84eb205cbb63810b46 (patch) | |
| tree | e989727bd9bdd06877b48e32491a9d068cd9b4c3 /rest_framework/throttling.py | |
| parent | b6c90c0d684cd036a2ce874fd9ace7a8a2bfda2f (diff) | |
| download | django-rest-framework-4d90bb4af4e565f156ca5d84eb205cbb63810b46.tar.bz2 | |
Fix some typos.
Diffstat (limited to 'rest_framework/throttling.py')
| -rw-r--r-- | rest_framework/throttling.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rest_framework/throttling.py b/rest_framework/throttling.py index 6860e6b9..8fe64248 100644 --- a/rest_framework/throttling.py +++ b/rest_framework/throttling.py @@ -16,7 +16,7 @@ class BaseThrottle(object):      def wait(self):          """ -        Optionally, return a recommeded number of seconds to wait before +        Optionally, return a recommended number of seconds to wait before          the next request.          """          return None | 
