Skip to content

Commit

Permalink
Remove incorrect Nested documentation
Browse files Browse the repository at this point in the history
The semantics of default are the same for Nested as they are for Field

fixes #701
  • Loading branch information
sloria committed Jan 6, 2018
1 parent 764f504 commit 2b94e65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion marshmallow/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ class Nested(Field):
:param Schema nested: The Schema class or class name (string)
to nest, or ``"self"`` to nest the :class:`Schema` within itself.
:param default: Default value to if attribute is missing or None
:param tuple exclude: A list or tuple of fields to exclude.
:param required: Raise an :exc:`ValidationError` during deserialization
if the field, *and* any required field values specified
Expand Down

0 comments on commit 2b94e65

Please sign in to comment.