File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,9 @@ The following classes are available:
147147 Wraps an :class: `int `. This is used when reading or writing NSKeyedArchiver
148148 encoded data, which contains UID (see PList manual).
149149
150- It has one attribute, :attr: `data `, which can be used to retrieve the int value
151- of the UID. :attr: `data ` must be in the range ``0 <= data < 2**64 ``.
150+ .. attribute :: data
151+
152+ Int value of the UID. It must be in the range ``0 <= data < 2**64 ``.
152153
153154 .. versionadded :: 3.8
154155
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ Doc/library/optparse.rst
3333Doc/library/os.rst
3434Doc/library/pickletools.rst
3535Doc/library/platform.rst
36- Doc/library/plistlib.rst
3736Doc/library/profile.rst
3837Doc/library/pyexpat.rst
3938Doc/library/resource.rst
You can’t perform that action at this time.
0 commit comments