Skip to content

Commit a9ac2cc

Browse files
committed
Fix missing word
1 parent 44f3c01 commit a9ac2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ First the `list` method.
441441
return Response(serializer.data)
442442
```
443443

444-
1. Here we just need to serialize the queryset and return it as a
444+
1. Here we just need to serialize the queryset and return it as a `Response`
445445
2. Don't forget to import the `from rest_framework.response import Response`
446446

447447
The following action will be `create`

0 commit comments

Comments
 (0)