diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2009-09-13 08:01:06 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2009-09-13 08:01:06 (GMT) |
commit | dc2b8ec3a0608c47d6906a316c33deb101fcc4e5 (patch) | |
tree | 330fe32ae6405132c2e18eaa4f7c9afa7b9e27a4 /Doc/library/plistlib.rst | |
parent | 985e24dcf7368894f945c360c383059a21b1ba0b (diff) | |
download | cpython-dc2b8ec3a0608c47d6906a316c33deb101fcc4e5.zip cpython-dc2b8ec3a0608c47d6906a316c33deb101fcc4e5.tar.gz cpython-dc2b8ec3a0608c47d6906a316c33deb101fcc4e5.tar.bz2 |
typo: string values *have* to be
Diffstat (limited to 'Doc/library/plistlib.rst')
-rw-r--r-- | Doc/library/plistlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/plistlib.rst b/Doc/library/plistlib.rst index ed83e1a..55b84e0 100644 --- a/Doc/library/plistlib.rst +++ b/Doc/library/plistlib.rst @@ -20,7 +20,7 @@ top level object is a dictionary. Values can be strings, integers, floats, booleans, tuples, lists, dictionaries (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. The ``<data>`` plist type is supported through the :class:`Data` class. This is |