Skip to content

Commit 62ce653

Browse files
committed
Update fields.py
1 parent fd7db77 commit 62ce653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ class HiddenField(Field):
11061106
A hidden field does not take input from the user, or present any output,
11071107
but it does populate a field in `validated_data`, based on its default
11081108
value. This is particularly useful when we have a `unique_for_date`
1109-
constrain on a pair of fields, as we need some way to include the date in
1109+
constraint on a pair of fields, as we need some way to include the date in
11101110
the validated data.
11111111
"""
11121112
def __init__(self, **kwargs):

0 commit comments

Comments
 (0)