This commit is contained in:
Menghan Zheng 2013-06-03 08:04:20 -07:00
commit 7943556e97

View File

@ -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.
"""