From 6d0737e9fa25cf129164510239396e06103d99d9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 4 Oct 2010 02:50:07 +0000 Subject: [PATCH] add docs --- colander/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colander/__init__.py b/colander/__init__.py index 7669948..174b334 100644 --- a/colander/__init__.py +++ b/colander/__init__.py @@ -1188,6 +1188,8 @@ class SchemaNode(object): The widget attribute is not interpreted by Colander itself, it is only meaningful to higher-level systems such as Deform. + Arbitrary keyword arguments remaining will be attached to the node + object unmolested. """ _counter = itertools.count()