Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f206b98

Browse filesBrowse files
[3.13] gh-101100: Fix sphinx warnings in library/plistlib.rst (GH-132422) (#132485)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
1 parent d021b71 commit f206b98
Copy full SHA for f206b98

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎Doc/library/plistlib.rst

Copy file name to clipboardExpand all lines: Doc/library/plistlib.rst
+3-2Lines changed: 3 additions & 2 deletions
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

Copy file name to clipboardExpand all lines: Doc/tools/.nitignore
-1Lines changed: 0 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.