diff options
| author | Jason Spafford | 2014-12-15 01:24:12 -0800 | 
|---|---|---|
| committer | Jason Spafford | 2014-12-15 01:24:12 -0800 | 
| commit | b951c74df2d10a7497152144baf5d105e804162f (patch) | |
| tree | 264cf53b262911a5f8655e7b3b93849c4e7ab4e5 /docs/tutorial | |
| parent | a72f812d80a4000e86a5ad96001f3fbf43fe310a (diff) | |
| download | django-rest-framework-b951c74df2d10a7497152144baf5d105e804162f.tar.bz2 | |
Made docs consistent
Diffstat (limited to 'docs/tutorial')
| -rw-r--r-- | docs/tutorial/2-requests-and-responses.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/tutorial/2-requests-and-responses.md b/docs/tutorial/2-requests-and-responses.md index 49e96d03..c0426969 100644 --- a/docs/tutorial/2-requests-and-responses.md +++ b/docs/tutorial/2-requests-and-responses.md @@ -181,7 +181,7 @@ Similarly, we can control the format of the request that we send, using the `Con          "id": 4,          "title": "",          "code": "print 456", -        "linenos": true, +        "linenos": false,          "language": "python",          "style": "friendly"      } | 
