mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-09 08:00:52 +03:00
Merge pull request #2275 from NullSoldier/doc-fix
Tutorial text consistency for Requests and Responses
This commit is contained in:
commit
d75b48dc35
|
@ -181,7 +181,7 @@ Similarly, we can control the format of the request that we send, using the `Con
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"title": "",
|
"title": "",
|
||||||
"code": "print 456",
|
"code": "print 456",
|
||||||
"linenos": true,
|
"linenos": false,
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"style": "friendly"
|
"style": "friendly"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user