diff options
| author | Tom Christie | 2012-11-14 10:39:42 -0800 |
|---|---|---|
| committer | Tom Christie | 2012-11-14 10:39:42 -0800 |
| commit | 9e1f82c35ffdb1e056a464ae10e075a52865cc9b (patch) | |
| tree | 4e7b94b6f9e6c67fb417c873d07edde41ef861ed /rest_framework/views.py | |
| parent | 44e9749e36d31f811db7dc0998c7b8d1e35a784d (diff) | |
| parent | 44ff2e0add240915d3217ba418178e58e2920419 (diff) | |
| download | django-rest-framework-9e1f82c35ffdb1e056a464ae10e075a52865cc9b.tar.bz2 | |
Merge pull request #414 from minddust/minor_fixes
fixed 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 1afbd697..10bdd5a5 100644 --- a/rest_framework/views.py +++ b/rest_framework/views.py @@ -140,7 +140,7 @@ class APIView(View): def http_method_not_allowed(self, request, *args, **kwargs): """ - Called if `request.method` does not corrospond to a handler method. + Called if `request.method` does not correspond to a handler method. """ raise exceptions.MethodNotAllowed(request.method) |
