Skip to content

Commit ae8e11f

Browse files
lovelydinosaursigvef
authored andcommitted
Update serializers.md
1 parent 2a5da87 commit ae8e11f

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
@@ -992,7 +992,7 @@ The following class is an example of a generic serializer that can handle coerci
992992
else:
993993
# Force anything else to its string representation.
994994
output[attribute_name] = str(attribute)
995-
return outout
995+
return output
996996

997997
---
998998

0 commit comments

Comments
 (0)