aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-12-15 09:38:57 +0000
committerTom Christie2014-12-15 09:38:57 +0000
commitd75b48dc35be48fe4f4d2909fdce587ec18477e5 (patch)
treeaa2950fae356901be1afa7530b73b5373d65069f
parent488b13e7b8591f667a01c01f3f0aa09749627831 (diff)
parentb951c74df2d10a7497152144baf5d105e804162f (diff)
downloaddjango-rest-framework-d75b48dc35be48fe4f4d2909fdce587ec18477e5.tar.bz2
Merge pull request #2275 from NullSoldier/doc-fix
Tutorial text consistency for Requests and Responses
-rw-r--r--docs/tutorial/2-requests-and-responses.md2
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"
}