Skip to content

Commit bb13352

Browse files
ErwinJungexordoquy
authored andcommitted
Small documentation fix
1 parent 3ab8d47 commit bb13352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/serializers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ If a nested representation may optionally accept the `None` value you should pas
282282
content = serializers.CharField(max_length=200)
283283
created = serializers.DateTimeField()
284284

285-
Similarly if a nested representation should be a list of items, you should pass the `many=True` flag to the nested serialized.
285+
Similarly if a nested representation should be a list of items, you should pass the `many=True` flag to the nested serializer.
286286

287287
class CommentSerializer(serializers.Serializer):
288288
user = UserSerializer(required=False)

0 commit comments

Comments
 (0)