From 95337f85ad0d8abb941eb2ffbf1e92fbcb52af05 Mon Sep 17 00:00:00 2001 From: Ilya Stepin Date: Sun, 29 Sep 2019 19:02:37 +0300 Subject: [PATCH] custom_spec: fix typo in docs (#447) --- docs/custom_spec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom_spec.rst b/docs/custom_spec.rst index 26c8f29..b61238e 100644 --- a/docs/custom_spec.rst +++ b/docs/custom_spec.rst @@ -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