summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/plistlib.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/library/plistlib.rst b/Doc/library/plistlib.rst
index 20c086c..8bd6b63 100644
--- a/Doc/library/plistlib.rst
+++ b/Doc/library/plistlib.rst
@@ -63,9 +63,7 @@ This module defines the following functions:
:class:`Data`.
The *dict_type* is the type used for dictionaries that are read from the
- plist file. The exact structure of the plist can be recovered by using
- :class:`collections.OrderedDict` (although the order of keys shouldn't be
- important in plist files).
+ plist file.
XML data for the :data:`FMT_XML` format is parsed using the Expat parser
from :mod:`xml.parsers.expat` -- see its documentation for possible