Merge pull request #292 from j4mie/patch-1

Fix tiny typo
This commit is contained in:
Tom Christie 2012-10-12 01:15:36 -07:00
commit e48a3a01d9

View File

@ -27,7 +27,7 @@ Notice that we're using hyperlinked relations in this case, with `HyperlinkedMod
## Views
Right, we'd better right some views then. Open `quickstart/views.py` and get typing.
Right, we'd better write some views then. Open `quickstart/views.py` and get typing.
from django.contrib.auth.models import User, Group
from rest_framework import generics