aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial
diff options
context:
space:
mode:
authorphalt2014-12-08 15:47:49 +0000
committerphalt2014-12-08 15:47:49 +0000
commitf3ebac061e7b5a67afe1d9440876afa804d3995d (patch)
treeda4953f4a599d81235e60affd8fad5dca668592d /docs/tutorial
parent8e9408115d0a3ab433078b82c9cc51f825eeac71 (diff)
downloaddjango-rest-framework-f3ebac061e7b5a67afe1d9440876afa804d3995d.tar.bz2
one last tabs / spaces!
Diffstat (limited to 'docs/tutorial')
-rw-r--r--docs/tutorial/1-serialization.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/1-serialization.md b/docs/tutorial/1-serialization.md
index 5dcffcbd..538b0d93 100644
--- a/docs/tutorial/1-serialization.md
+++ b/docs/tutorial/1-serialization.md
@@ -365,7 +365,7 @@ Finally, we can get a list of all of the snippets:
Or we can get a particular snippet by referencing its id:
- http http://127.0.0.1:8000/snippets/2/
+ http http://127.0.0.1:8000/snippets/2/
HTTP/1.1 200 OK
...