Merge pull request #234 from tisdall/spelling

spelling
This commit is contained in:
Steve Piercy
2015-06-16 12:58:45 -07:00

View File

@@ -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