From 2b94e656d2dc06c50e42f5a43cd48d3aaa91d47c Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Sat, 6 Jan 2018 10:14:46 -0500 Subject: [PATCH] Remove incorrect Nested documentation The semantics of default are the same for Nested as they are for Field fixes #701 --- marshmallow/fields.py | 1 - 1 file changed, 1 deletion(-) diff --git a/marshmallow/fields.py b/marshmallow/fields.py index 5635190f5..0a2fef645 100755 --- a/marshmallow/fields.py +++ b/marshmallow/fields.py @@ -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