From e05925d4f72f686335735976b6af3fb7c3a3e81f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 19 Mar 2013 17:25:45 -0700 Subject: [PATCH] specify during deserialization --- docs/api.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 3778047..9d6cb81 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -141,5 +141,7 @@ Schema-Related Represents a required value in colander-related operations. .. attribute:: drop - Represents a value that will be dropped from the schema if it is missing. Passed - ass a value to the `missing` keyword argument. + + Represents a value that will be dropped from the schema if it is missing + during *deserialization*. Passed as a value to the `missing` keyword + argument.