mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
typo: string values *have* to be
This commit is contained in:
parent
985e24dcf7
commit
dc2b8ec3a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue