diff options
| author | Craig Blaszczyk | 2015-01-07 18:22:30 +0000 |
|---|---|---|
| committer | Craig Blaszczyk | 2015-01-07 18:22:30 +0000 |
| commit | 58ec7669aed9ebd58fd6095c6a6437bf9f3cf7f1 (patch) | |
| tree | ef95581fa1981a0f30b7af037c23702a59a43364 /rest_framework/exceptions.py | |
| parent | 91e316f7810157474d6246cd0024bd7f7cc31ff7 (diff) | |
| download | django-rest-framework-58ec7669aed9ebd58fd6095c6a6437bf9f3cf7f1.tar.bz2 | |
swap backticks for double quotes
Diffstat (limited to 'rest_framework/exceptions.py')
| -rw-r--r-- | rest_framework/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/exceptions.py b/rest_framework/exceptions.py index f62c9fe3..f954c13e 100644 --- a/rest_framework/exceptions.py +++ b/rest_framework/exceptions.py @@ -52,7 +52,7 @@ class APIException(Exception): # built in `ValidationError`. For example: # # from rest_framework import serializers -# raise serializers.ValidationError("Value was invalid") +# raise serializers.ValidationError('Value was invalid') class ValidationError(APIException): status_code = status.HTTP_400_BAD_REQUEST |
