From 6b3ac39a9e36fcb98d7bf489d9ecc74be4a86bc6 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 19 Mar 2013 17:27:03 -0700 Subject: [PATCH] specify during deserialization --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 9d6cb81..323d5e6 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -144,4 +144,4 @@ Schema-Related 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. + argument of :class:`SchemaNode`.