diff options
| author | Craig de Stigter | 2014-10-03 09:00:33 +1300 | 
|---|---|---|
| committer | Craig de Stigter | 2014-10-03 09:00:33 +1300 | 
| commit | 857a8486b1534f89bd482de86d39ff717b6618eb (patch) | |
| tree | a255416bf8adfef9e3ad9b4e04f01e083ecf0189 /rest_framework/mixins.py | |
| parent | dfab9af294972720f59890967cd9ae1a6c0796b6 (diff) | |
| download | django-rest-framework-857a8486b1534f89bd482de86d39ff717b6618eb.tar.bz2 | |
More spelling tweaks
Diffstat (limited to 'rest_framework/mixins.py')
| -rw-r--r-- | rest_framework/mixins.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rest_framework/mixins.py b/rest_framework/mixins.py index 04b7a763..de334b4b 100644 --- a/rest_framework/mixins.py +++ b/rest_framework/mixins.py @@ -83,7 +83,7 @@ class DestroyModelMixin(object):  # The AllowPUTAsCreateMixin was previously the default behaviour -# for PUT requests. This has now been removed and must be *explictly* +# for PUT requests. This has now been removed and must be *explicitly*  # included if it is the behavior that you want.  # For more info see: ... | 
