aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/2-requests-and-responses.md
diff options
context:
space:
mode:
authorTom Christie2012-09-07 09:37:06 +0100
committerTom Christie2012-09-07 09:37:06 +0100
commitda5a6243f30b274441bed9a6736566ca68c40e67 (patch)
treee0b3e6a01db83d6e232c7c886f8bfd4eb060f0ea /docs/tutorial/2-requests-and-responses.md
parent01d6a0899e4435417f774196b08e0613bd0a51f7 (diff)
downloaddjango-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.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 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.