Commit dc2b8ec3 authored by Ezio Melotti's avatar Ezio Melotti

typo: string values *have* to be

parent 985e24dc
...@@ -20,7 +20,7 @@ top level object is a dictionary. ...@@ -20,7 +20,7 @@ top level object is a dictionary.
Values can be strings, integers, floats, booleans, tuples, lists, dictionaries Values can be strings, integers, floats, booleans, tuples, lists, dictionaries
(but only with string keys), :class:`Data` or :class:`datetime.datetime` (but only with string keys), :class:`Data` or :class:`datetime.datetime`
objects. String values (including dictionary keys) has to be unicode strings -- objects. String values (including dictionary keys) have to be unicode strings --
they will be written out as UTF-8. they will be written out as UTF-8.
The ``<data>`` plist type is supported through the :class:`Data` class. This is The ``<data>`` plist type is supported through the :class:`Data` class. This is
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment