Skip to content

Commit fc7e4e7

Browse files
authored
gh-101100: Fix sphinx warnings in library/plistlib.rst (#132422)
1 parent 281fc33 commit fc7e4e7

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
@@ -32,7 +32,6 @@ Doc/library/optparse.rst
3232
Doc/library/os.rst
3333
Doc/library/pickletools.rst
3434
Doc/library/platform.rst
35-
Doc/library/plistlib.rst
3635
Doc/library/profile.rst
3736
Doc/library/pyexpat.rst
3837
Doc/library/resource.rst

0 commit comments

Comments
 (0)