From a3ca8fecaa92f996788ceba1de68c4ba492d9a43 Mon Sep 17 00:00:00 2001 From: Tim Tisdall Date: Tue, 16 Jun 2015 19:50:04 +0000 Subject: [PATCH] spelling --- colander/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colander/__init__.py b/colander/__init__.py index d2a518b..1bd8f87 100644 --- a/colander/__init__.py +++ b/colander/__init__.py @@ -1148,7 +1148,7 @@ class String(SchemaType): - A non-Unicode input value to ``serialize`` is converted to a Unicode using the encoding (``unicode(value, encoding)``); - subsequently the Unicode object is reeencoded to a ``str`` + subsequently the Unicode object is re-encoded to a ``str`` object using the encoding and returned. - A Unicode input value to ``deserialize`` is returned