diff options
| author | Tom Christie | 2012-10-30 02:22:32 -0700 |
|---|---|---|
| committer | Tom Christie | 2012-10-30 02:22:32 -0700 |
| commit | 62ec3680dcaff899ee0fefbf6d0be452bddc5979 (patch) | |
| tree | e989727bd9bdd06877b48e32491a9d068cd9b4c3 /rest_framework/views.py | |
| parent | b6c90c0d684cd036a2ce874fd9ace7a8a2bfda2f (diff) | |
| parent | 4d90bb4af4e565f156ca5d84eb205cbb63810b46 (diff) | |
| download | django-rest-framework-62ec3680dcaff899ee0fefbf6d0be452bddc5979.tar.bz2 | |
Merge pull request #337 from markotibold/typos
Fix some typos.
Diffstat (limited to 'rest_framework/views.py')
| -rw-r--r-- | rest_framework/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/views.py b/rest_framework/views.py index c721be3c..71e1fe6c 100644 --- a/rest_framework/views.py +++ b/rest_framework/views.py @@ -218,7 +218,7 @@ class APIView(View): def get_throttles(self): """ - Instantiates and returns the list of thottles that this view uses. + Instantiates and returns the list of throttles that this view uses. """ return [throttle() for throttle in self.throttle_classes] |
