From 0afcf9b60679cd868df70ae8226e3ea1486fb75a Mon Sep 17 00:00:00 2001 From: "Juan E. Pemberthy" Date: Thu, 19 Feb 2015 11:09:07 -0800 Subject: [PATCH] Update __init__.py Fix typo. --- colander/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colander/__init__.py b/colander/__init__.py index c1b7508..1de747d 100644 --- a/colander/__init__.py +++ b/colander/__init__.py @@ -1893,7 +1893,7 @@ class _SchemaNode(object): @staticmethod def schema_type(): raise NotImplementedError( - 'Schema node construction without a typ argument or ' + 'Schema node construction without a type argument or ' 'a schema_type() callable present on the node class ' )