diff options
Diffstat (limited to 'rest_framework/response.py')
| -rw-r--r-- | rest_framework/response.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/response.py b/rest_framework/response.py index 24c9d595..90516837 100644 --- a/rest_framework/response.py +++ b/rest_framework/response.py @@ -24,7 +24,7 @@ class Response(SimpleTemplateResponse): # Accepted media type is the portion of the request Accept header # that the renderer satisfied. It could be '*/*', or somthing like - # 'application/json; indent=4' + # application/json; indent=4 # # This is NOT the value that will be returned in the 'Content-Type' # header, but we do need to know the value in case there are |
