[Python-checkins] r74765 - python/branches/py3k/Doc/library/plistlib.rst

ezio.melotti python-checkins at python.org
Sun Sep 13 10:01:06 CEST 2009


Author: ezio.melotti
Date: Sun Sep 13 10:01:06 2009
New Revision: 74765

Log:
typo: string values *have* to be

Modified:
   python/branches/py3k/Doc/library/plistlib.rst

Modified: python/branches/py3k/Doc/library/plistlib.rst
==============================================================================
--- python/branches/py3k/Doc/library/plistlib.rst	(original)
+++ python/branches/py3k/Doc/library/plistlib.rst	Sun Sep 13 10:01:06 2009
@@ -20,7 +20,7 @@
 
 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


More information about the Python-checkins mailing list