mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-101100: Fix sphinx warnings in library/plistlib.rst (#132422)
This commit is contained in:
parent
281fc338fd
commit
fc7e4e7bbd
2 changed files with 3 additions and 3 deletions
|
|
@ -147,8 +147,9 @@ The following classes are available:
|
|||
Wraps an :class:`int`. This is used when reading or writing NSKeyedArchiver
|
||||
encoded data, which contains UID (see PList manual).
|
||||
|
||||
It has one attribute, :attr:`data`, which can be used to retrieve the int value
|
||||
of the UID. :attr:`data` must be in the range ``0 <= data < 2**64``.
|
||||
.. attribute:: data
|
||||
|
||||
Int value of the UID. It must be in the range ``0 <= data < 2**64``.
|
||||
|
||||
.. versionadded:: 3.8
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ Doc/library/optparse.rst
|
|||
Doc/library/os.rst
|
||||
Doc/library/pickletools.rst
|
||||
Doc/library/platform.rst
|
||||
Doc/library/plistlib.rst
|
||||
Doc/library/profile.rst
|
||||
Doc/library/pyexpat.rst
|
||||
Doc/library/resource.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue