mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-29 13:04:03 +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 `ValidationError`, indicating invalid data.
|
||||||
* Raise `SkipField`, indicating that the field should be ignored.
|
* Raise `SkipField`, indicating that the field should be ignored.
|
||||||
* Return (True, data), indicating an empty value that should be
|
* 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
|
* Return (False, data), indicating a non-empty value, that should
|
||||||
have validation applied as normal.
|
have validation applied as normal.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user