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 3ee52ae0..5877c8a3 100644 --- a/rest_framework/response.py +++ b/rest_framework/response.py @@ -12,7 +12,7 @@ from rest_framework.compat import six class Response(SimpleTemplateResponse): """ - An HttpResponse that allows it's data to be rendered into + An HttpResponse that allows its data to be rendered into arbitrary media types. """ |
