diff options
| author | Tom Christie | 2014-10-03 09:24:26 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-10-03 09:24:26 +0100 | 
| commit | dd47d8aa459e5ab12ce7ddf2a6f52fdbd82cec18 (patch) | |
| tree | c5feac5b9d6eb3d4748b33ba74996f4fede5766b /docs/api-guide/renderers.md | |
| parent | fec7c4b45812d22423e73ec3ab801857a55d7340 (diff) | |
| parent | 857a8486b1534f89bd482de86d39ff717b6618eb (diff) | |
| download | django-rest-framework-dd47d8aa459e5ab12ce7ddf2a6f52fdbd82cec18.tar.bz2 | |
Merge pull request #1921 from koordinates/fix-typos
Minor: fix spelling and grammar, mostly in 3.0 announcement
Diffstat (limited to 'docs/api-guide/renderers.md')
| -rw-r--r-- | docs/api-guide/renderers.md | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/renderers.md b/docs/api-guide/renderers.md index 2e1c892f..db7436c2 100644 --- a/docs/api-guide/renderers.md +++ b/docs/api-guide/renderers.md @@ -74,7 +74,7 @@ If your API includes views that can serve both regular webpages and API response  Renders the request data into `JSON`, using utf-8 encoding. -Note that the default style is to include unicode characters, and render the response using a compact style with no uneccessary whitespace: +Note that the default style is to include unicode characters, and render the response using a compact style with no unnecessary whitespace:      {"unicode black star":"★","value":999}  | 
