From: Yuki Kobayashi Date: Sun, 13 Apr 2025 18:35:26 +0000 (+0900) Subject: gh-101100: Fix sphinx warnings in `library/plistlib.rst` (#132422) X-Git-Tag: v3.14.0b1~500 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc7e4e7bbd5d459b76b96991413569a5b7889fbe;p=thirdparty%2FPython%2Fcpython.git gh-101100: Fix sphinx warnings in `library/plistlib.rst` (#132422) --- diff --git a/Doc/library/plistlib.rst b/Doc/library/plistlib.rst index c3a133e46a64..415c4b45c4f1 100644 --- a/Doc/library/plistlib.rst +++ b/Doc/library/plistlib.rst @@ -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 diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore index f43dba19d134..926d2cd42bdf 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -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