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