Skip to content

Commit 9bcea42

Browse files
Merge pull request encode#841 from ThinkerR/2.3
typo
2 parents 0f00da8 + 60c85b3 commit 9bcea42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/viewsets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Both of these come with a trade-off. Using regular views and URL confs is more
6565

6666
The default routers included with REST framework will provide routes for a standard set of create/retrieve/update/destroy style operations, as shown below:
6767

68-
class UserViewSet(viewsets.VietSet):
68+
class UserViewSet(viewsets.ViewSet):
6969
"""
7070
Example empty viewset demonstrating the standard
7171
actions that will be handled by a router class.

0 commit comments

Comments
 (0)