Merge pull request #904 from menghan/fix-doc-typo

fix doc typo
This commit is contained in:
Tom Christie 2013-06-03 08:04:32 -07:00
commit 87b8cb8524

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