Whitespace tweak

This commit is contained in:
Tom Christie 2011-07-22 04:01:38 -07:00
parent b9fcea093c
commit 524954b246

View File

@ -40,7 +40,8 @@ class View(ResourceMixin, RequestMixin, ResponseMixin, AuthMixin, DjangoView):
"""
List of renderers the resource can serialize the response with, ordered by preference.
"""
renderers = renderers.DEFAULT_RENDERERS
renderers = renderers.DEFAULT_RENDERERS
"""
List of parsers the resource can parse the request with.
"""