Skip to content

Commit 090bc9e

Browse files
committed
Fix typo in docs/index.md
Corrected "nos" to "not" in the AlbumViewSet description to enhance readability and accuracy in the documentation. The change clarifies that AlbumViewSet is not a model view set.
1 parent 7196b87 commit 090bc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ class AlbumViewSet(viewsets.ViewSet):
383383
serializer_class = AlbumSerializer
384384
```
385385

386-
1. Here we create a class `AlbumViewSet` inheriting from `views.ViewSet`, pay attention, this is nos a model view set.
386+
1. Here we create a class `AlbumViewSet` inheriting from `views.ViewSet`, pay attention, this is not a model view set.
387387
2. Set the `queryset`
388388
3. Set `serializer_class`, we are going to talk about this `AlbumSerializer` later
389389

0 commit comments

Comments
 (0)