]> granicus.if.org Git - python/commitdiff
typo: string values *have* to be
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 13 Sep 2009 08:01:06 +0000 (08:01 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 13 Sep 2009 08:01:06 +0000 (08:01 +0000)
Doc/library/plistlib.rst

index ed83e1a1e9a97ada88eb5ffcc9dc4fd12ca87c9c..55b84e020ff18c8816430ed9506b788dcaef1352 100644 (file)
@@ -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