Skip to content

Commit

Permalink
custom_spec: fix typo in docs (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
martbln authored and axnsan12 committed Sep 29, 2019
1 parent 1352c2a commit 95337f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/custom_spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95337f8

Please sign in to comment.