File tree 2 files changed +3
-3
lines changed
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:
147
147
Wraps an :class: `int `. This is used when reading or writing NSKeyedArchiver
148
148
encoded data, which contains UID (see PList manual).
149
149
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 ``.
152
153
153
154
.. versionadded :: 3.8
154
155
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ Doc/library/optparse.rst
33
33
Doc/library/os.rst
34
34
Doc/library/pickletools.rst
35
35
Doc/library/platform.rst
36
- Doc/library/plistlib.rst
37
36
Doc/library/profile.rst
38
37
Doc/library/pyexpat.rst
39
38
Doc/library/resource.rst
You can’t perform that action at this time.
0 commit comments