Commit 71c37762 by Xavier Ordoquy

Merge pull request #3457 from pombredanne/patch-1

Fixed minor doc typo.
parents de5732f3 3262ee6c
......@@ -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
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment