From 0e816c5177f4758490557d40e33cbff9bdcabc2d Mon Sep 17 00:00:00 2001 From: Sudheer Satyanarayana Date: Sun, 31 Jul 2016 19:20:47 +0530 Subject: [PATCH] Minor text fix value not values --- docs/binding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/binding.rst b/docs/binding.rst index 94340c2..62e904d 100644 --- a/docs/binding.rst +++ b/docs/binding.rst @@ -29,7 +29,7 @@ scope. What Is Schema Binding? ----------------------- -- Any values passed as a keyword argument to a SchemaNode +- Any value passed as a keyword argument to a SchemaNode (e.g. ``description``, ``missing``, etc.) may be an instance of the ``colander.deferred`` class. Instances of the ``colander.deferred`` class are callables which accept two positional arguments: a ``node`` and a