From: Ezio Melotti Date: Sun, 13 Sep 2009 08:01:06 +0000 (+0000) Subject: typo: string values *have* to be X-Git-Tag: v3.2a1~2583 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc2b8ec3a0608c47d6906a316c33deb101fcc4e5;p=thirdparty%2FPython%2Fcpython.git typo: string values *have* to be --- diff --git a/Doc/library/plistlib.rst b/Doc/library/plistlib.rst index ed83e1a1e9a9..55b84e020ff1 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 ```` plist type is supported through the :class:`Data` class. This is