Skip to content

Commit 1fa5bc3

Browse files
Update serializers.md (encode#8189)
* Update serializers.md Removed unwanted word, "neither". * Update docs/api-guide/serializers.md Co-authored-by: Tom Christie <tom@tomchristie.com>
1 parent c62e3ca commit 1fa5bc3

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
@@ -116,7 +116,7 @@ Calling `.save()` will either create a new instance, or update an existing insta
116116
# .save() will update the existing `comment` instance.
117117
serializer = CommentSerializer(comment, data=data)
118118

119-
Both the `.create()` and `.update()` methods are optional. You can implement either neither, one, or both of them, depending on the use-case for your serializer class.
119+
Both the `.create()` and `.update()` methods are optional. You can implement either none, one, or both of them, depending on the use-case for your serializer class.
120120

121121
#### Passing additional attributes to `.save()`
122122

0 commit comments

Comments
 (0)