Skip to content

Commit f206b98

Browse files
[3.13] gh-101100: Fix sphinx warnings in library/plistlib.rst (GH-132422) (#132485)
Co-authored-by: Yuki Kobayashi <[email protected]>
1 parent d021b71 commit f206b98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/library/plistlib.rst

+3-2
Original file line numberDiff line numberDiff 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

Doc/tools/.nitignore

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Doc/library/optparse.rst
3333
Doc/library/os.rst
3434
Doc/library/pickletools.rst
3535
Doc/library/platform.rst
36-
Doc/library/plistlib.rst
3736
Doc/library/profile.rst
3837
Doc/library/pyexpat.rst
3938
Doc/library/resource.rst

0 commit comments

Comments
 (0)