mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 21:10:13 +03:00
fixed commas in tutorial 6
This commit is contained in:
parent
abe4088082
commit
4648152d61
|
@ -30,7 +30,7 @@ Next we're going to replace the `SnippetList`, `SnippetDetail` and `SnippetHighl
|
|||
class SnippetViewSet(viewsets.ModelViewSet):
|
||||
"""
|
||||
This viewset automatically provides `list`, `create`, `retrieve`,
|
||||
`update` and `destroy` actions.
|
||||
`update`, and `destroy` actions.
|
||||
|
||||
Additionally we also provide an extra `highlight` action.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user