diff options
| author | Tom Christie | 2012-09-07 09:37:06 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-07 09:37:06 +0100 |
| commit | da5a6243f30b274441bed9a6736566ca68c40e67 (patch) | |
| tree | e0b3e6a01db83d6e232c7c886f8bfd4eb060f0ea /docs/tutorial/2-requests-and-responses.md | |
| parent | 01d6a0899e4435417f774196b08e0613bd0a51f7 (diff) | |
| download | django-rest-framework-da5a6243f30b274441bed9a6736566ca68c40e67.tar.bz2 | |
Filling out docs a bit more
Diffstat (limited to 'docs/tutorial/2-requests-and-responses.md')
| -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 4ff303ae..9d23c9b2 100644 --- a/docs/tutorial/2-requests-and-responses.md +++ b/docs/tutorial/2-requests-and-responses.md @@ -1,4 +1,4 @@ -# Tutorial 2: Request and Response objects +# Tutorial 2: Requests and Responses From this point we're going to really start covering the core of REST framework. Let's introduce a couple of essential building blocks. |
