mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 19:43:59 +03:00
Merge pull request #3457 from pombredanne/patch-1
Fixed minor doc typo.
This commit is contained in:
commit
71c37762d6
|
@ -4,7 +4,7 @@ Renderers are used to serialize a response into specific media types.
|
||||||
They give us a generic way of being able to handle various media types
|
They give us a generic way of being able to handle various media types
|
||||||
on the response, such as JSON encoded data or HTML output.
|
on the response, such as JSON encoded data or HTML output.
|
||||||
|
|
||||||
REST framework also provides an HTML renderer the renders the browsable API.
|
REST framework also provides an HTML renderer that renders the browsable API.
|
||||||
"""
|
"""
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user