We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3d09a commit 56ec7b1Copy full SHA for 56ec7b1
rest_framework/fields.py
@@ -339,7 +339,7 @@ def validate_empty_values(self, data):
339
* Raise `ValidationError`, indicating invalid data.
340
* Raise `SkipField`, indicating that the field should be ignored.
341
* Return (True, data), indicating an empty value that should be
342
- returned without any furhter validation being applied.
+ returned without any further validation being applied.
343
* Return (False, data), indicating a non-empty value, that should
344
have validation applied as normal.
345
"""
0 commit comments