mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 19:14:01 +03:00
Fixed docstring typo
This commit is contained in:
parent
5f3d09a052
commit
56ec7b152e
|
@ -339,7 +339,7 @@ class Field(object):
|
|||
* Raise `ValidationError`, indicating invalid data.
|
||||
* Raise `SkipField`, indicating that the field should be ignored.
|
||||
* Return (True, data), indicating an empty value that should be
|
||||
returned without any furhter validation being applied.
|
||||
returned without any further validation being applied.
|
||||
* Return (False, data), indicating a non-empty value, that should
|
||||
have validation applied as normal.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user