Skip to content

Commit 56ec7b1

Browse files
committed
Fixed docstring typo
1 parent 5f3d09a commit 56ec7b1

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
@@ -339,7 +339,7 @@ def validate_empty_values(self, data):
339339
* Raise `ValidationError`, indicating invalid data.
340340
* Raise `SkipField`, indicating that the field should be ignored.
341341
* Return (True, data), indicating an empty value that should be
342-
returned without any furhter validation being applied.
342+
returned without any further validation being applied.
343343
* Return (False, data), indicating a non-empty value, that should
344344
have validation applied as normal.
345345
"""

0 commit comments

Comments
 (0)