Skip to content

Commit ad03c8a

Browse files
committed
doc fix
1 parent 39675dc commit ad03c8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/usage.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,9 @@ DRF_:
317317
ser = ExampleSerializer(data={'color': (1, 0, 0)})
318318
assert ser.is_valid()
319319
320-
The serializer ``EnumField`` accepts any arguments that ``ChoiceField``. It
321-
also accepts the ``strict`` parameter that behaves the same as the model
322-
field's ``strict`` parameter.
320+
The serializer ``EnumField`` accepts any arguments that ``ChoiceField`` does.
321+
It also accepts the ``strict`` parameter which behaves the same way as it does
322+
on the model field.
323323

324324
.. _filtering:
325325

0 commit comments

Comments
 (0)