]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-101100: Fix sphinx warnings in `library/plistlib.rst` (GH-132422) (#132485)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Apr 2025 18:41:56 +0000 (20:41 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Apr 2025 18:41:56 +0000 (18:41 +0000)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
Doc/library/plistlib.rst
Doc/tools/.nitignore

index c3a133e46a64d6b9dc127357104e65f158d67b9d..415c4b45c4f100e455996266f7b1043528dfd7fe 100644 (file)
@@ -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
 
index 3e56c939e5b2cf9c5a79d0b9288972e92e6fa0ed..191287d02c79fe39e85aaead86ed5a3b97481e2e 100644 (file)
@@ -33,7 +33,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