Commit d6c6df40 by Mitchel Humpherys Committed by Tom Christie

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

parent e9d371f2
...@@ -62,7 +62,7 @@ So far, so good. It looks pretty similar to the previous case, but we've got be ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment