custom_spec: fix typo in docs (#447)

master
Ilya Stepin 2019-09-29 19:02:37 +03:00 committed by Cristi Vîjdea
parent 1352c2a23b
commit 95337f85ad
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ A second example, of a :class:`~.inspectors.FieldInspector` that removes the ``t
class AnotherSerializer(serializers.ModelSerializer):
chilf = OneSerializer()
child = OneSerializer()
class Meta:
model = SomeParentModel