From 1a3d64b348170a69eda69ed6066dd28e877da19a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 28 Mar 2011 21:42:16 -0400 Subject: [PATCH] didnt end up committing this --- colander/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colander/__init__.py b/colander/__init__.py index dd04501..0c706d5 100644 --- a/colander/__init__.py +++ b/colander/__init__.py @@ -706,7 +706,7 @@ Seq = Sequence class String(SchemaType): """ A type representing a Unicode string. - This type constructor accepts two arguments: + This type constructor accepts one argument: ``encoding`` Represents the encoding which should be applied to value