From 33a3025e43f3ec197f769f2662668b6e2c317dc7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 2 May 2010 03:35:05 +0000 Subject: [PATCH] Comment. --- colander/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colander/__init__.py b/colander/__init__.py index dcaf1de..2165ad6 100644 --- a/colander/__init__.py +++ b/colander/__init__.py @@ -623,7 +623,8 @@ class String(object): ``allow_empty`` Boolean representing whether an empty string input to - deserialize will be accepted. Default: ``False``. + deserialize will be accepted even if the enclosing schema node + is required (has no default). Default: ``False``. Input to ``serialize`` is serialized to a Python ``str`` object, which is encoded in the encoding provided.