Skip to content

Commit 5fc35eb

Browse files
author
Ryan P Kilby
committed
Add missing word in 'Field.allow_null' docs
1 parent 832267e commit 5fc35eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Defaults to `True`.
4545

4646
Normally an error will be raised if `None` is passed to a serializer field. Set this keyword argument to `True` if `None` should be considered a valid value.
4747

48-
Note that setting this argument to `True` will imply a default value of `null` for serialization output, but does imply a default for input deserialization.
48+
Note that setting this argument to `True` will imply a default value of `null` for serialization output, but does not imply a default for input deserialization.
4949

5050
Defaults to `False`
5151

0 commit comments

Comments
 (0)