Skip to content

Commit

Permalink
Tweak doctsring. Closes #4404 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Aug 15, 2016
1 parent 075a0bd commit 785b206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def get_default(self):
is provided for this field.
If a default has not been set for this field then this will simply
return `empty`, indicating that no value should be set in the
raise `SkipField`, indicating that no value should be set in the
validated data for this field.
"""
if self.default is empty or getattr(self.root, 'partial', False):
Expand Down

0 comments on commit 785b206

Please sign in to comment.