docs: tutorial: Minor grammar "fix" (#4801)

This commit is contained in:
Mitchel Humpherys 2017-01-10 01:04:07 -08:00 committed by Tom Christie
parent e9d371f29a
commit d6c6df40c6

View File

@ -62,7 +62,7 @@ So far, so good. It looks pretty similar to the previous case, but we've got be
That's looking good. Again, it's still pretty similar to the function based view right now. That's looking good. Again, it's still pretty similar to the function based view right now.
We'll also need to refactor our `urls.py` slightly now we're using class-based views. We'll also need to refactor our `urls.py` slightly now that we're using class-based views.
from django.conf.urls import url from django.conf.urls import url
from rest_framework.urlpatterns import format_suffix_patterns from rest_framework.urlpatterns import format_suffix_patterns