Merge pull request #2775 from exonian/patch-1

Fixed docstring typo
This commit is contained in:
Kevin Brown 2015-03-27 18:09:36 -04:00
commit ba951f3339

View File

@ -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.
"""