Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc2b8ec

Browse files
committed
typo: string values *have* to be
1 parent 985e24d commit dc2b8ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/plistlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ top level object is a dictionary.
2020

2121
Values can be strings, integers, floats, booleans, tuples, lists, dictionaries
2222
(but only with string keys), :class:`Data` or :class:`datetime.datetime`
23-
objects. String values (including dictionary keys) has to be unicode strings --
23+
objects. String values (including dictionary keys) have to be unicode strings --
2424
they will be written out as UTF-8.
2525

2626
The ``<data>`` plist type is supported through the :class:`Data` class. This is

0 commit comments

Comments
 (0)