mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 11:04:02 +03:00
docs: tutorial: Minor grammar "fix" (#4801)
This commit is contained in:
parent
e9d371f29a
commit
d6c6df40c6
|
@ -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.
|
||||
|
||||
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 rest_framework.urlpatterns import format_suffix_patterns
|
||||
|
|
Loading…
Reference in New Issue
Block a user