Skip to content

Commit 505a69c

Browse files
authored
Fixed heading markdown
1 parent acbd9d8 commit 505a69c

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
@@ -161,7 +161,7 @@ Each key in the dictionary will be the field name, and the values will be lists
161161

162162
When deserializing a list of items, errors will be returned as a list of dictionaries representing each of the deserialized items.
163163

164-
#### Raising an exception on invalid data
164+
#### Raising an exception on invalid data
165165

166166
The `.is_valid()` method takes an optional `raise_exception` flag that will cause it to raise a `serializers.ValidationError` exception if there are validation errors.
167167

0 commit comments

Comments
 (0)